File tree 3 files changed +5
-14
lines changed
test/run-make-fulldeps/reproducible-build
3 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -534,11 +534,6 @@ jobs:
534
534
strategy :
535
535
matrix :
536
536
include :
537
- - name : x86_64-msvc-1
538
- env :
539
- RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --enable-profiler"
540
- SCRIPT : make ci-subset-1
541
- os : windows-latest-xl
542
537
- name : dist-x86_64-linux
543
538
os : ubuntu-latest-xl
544
539
env : {}
Original file line number Diff line number Diff line change @@ -668,11 +668,6 @@ jobs:
668
668
strategy :
669
669
matrix :
670
670
include :
671
- - name : x86_64-msvc-1
672
- env :
673
- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-profiler
674
- SCRIPT : make ci-subset-1
675
- << : *job-windows-xl
676
671
- *dist-x86_64-linux
677
672
678
673
master :
Original file line number Diff line number Diff line change 9
9
opt \
10
10
link_paths \
11
11
remap_paths \
12
- different_source_dirs_bin \
13
12
different_source_dirs_rlib \
14
13
remap_cwd_rlib \
15
14
remap_cwd_to_empty \
16
15
extern_flags
17
16
18
- # TODO: Deterministic builds of `bin` crate types are not deterministic with
19
- # debuginfo=2 on Windows.
20
- # See https://github.com/rust-lang/rust/pull/87320#issuecomment-920105533
17
+ # TODO: Builds of `bin` crate types are not deterministic with debuginfo=2 on
18
+ # Windows.
19
+ # See: https://github.com/rust-lang/rust/pull/87320#issuecomment-920105533
20
+ # Issue: https://github.com/rust-lang/rust/issues/88982
21
+ #
21
22
# different_source_dirs_bin \
22
23
# remap_cwd_bin \
23
24
You can’t perform that action at this time.
0 commit comments