Skip to content

Commit 791d98c

Browse files
committed
[Do not merge] temporary Windows try build
1 parent ee451f8 commit 791d98c

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,12 @@ jobs:
549549
- name: dist-x86_64-linux
550550
os: ubuntu-20.04-16core-64gb
551551
env: {}
552+
- name: dist-x86_64-msvc
553+
env:
554+
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc --host=x86_64-pc-windows-msvc --target=x86_64-pc-windows-msvc --enable-full-tools --enable-profiler"
555+
SCRIPT: python x.py build --set rust.debug=true opt-dist && PGO_HOST=x86_64-pc-windows-msvc ./build/x86_64-pc-windows-msvc/stage0-tools-bin/opt-dist windows-ci -- python x.py dist bootstrap --include-default-paths
556+
DIST_REQUIRE_ALL_TOOLS: 1
557+
os: windows-2019-8core-32gb
552558
timeout-minutes: 600
553559
runs-on: "${{ matrix.os }}"
554560
steps:

src/ci/github-actions/ci.yml

+11
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,17 @@ jobs:
698698
- &dist-x86_64-linux
699699
name: dist-x86_64-linux
700700
<<: *job-linux-16c
701+
- name: dist-x86_64-msvc
702+
env:
703+
RUST_CONFIGURE_ARGS: >-
704+
--build=x86_64-pc-windows-msvc
705+
--host=x86_64-pc-windows-msvc
706+
--target=x86_64-pc-windows-msvc
707+
--enable-full-tools
708+
--enable-profiler
709+
SCRIPT: python x.py build --set rust.debug=true opt-dist && PGO_HOST=x86_64-pc-windows-msvc ./build/x86_64-pc-windows-msvc/stage0-tools-bin/opt-dist windows-ci -- python x.py dist bootstrap --include-default-paths
710+
DIST_REQUIRE_ALL_TOOLS: 1
711+
<<: *job-windows-8c
701712

702713
master:
703714
name: master

0 commit comments

Comments
 (0)