Disable both reproducible-build tests for crate-type=bin
These tests fail on Windows, as the build is not deterministic there for bin targets. Issue https://github.com/rust-lang/rust/issues/88982 is filed for this problem.
This commit is contained in:
parent
4933be9e2f
commit
c0118289ef
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -534,11 +534,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- name: x86_64-msvc-1
|
||||
env:
|
||||
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc --enable-profiler"
|
||||
SCRIPT: make ci-subset-1
|
||||
os: windows-latest-xl
|
||||
- name: dist-x86_64-linux
|
||||
os: ubuntu-latest-xl
|
||||
env: {}
|
||||
|
@ -668,11 +668,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- name: x86_64-msvc-1
|
||||
env:
|
||||
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
|
||||
SCRIPT: make ci-subset-1
|
||||
<<: *job-windows-xl
|
||||
- *dist-x86_64-linux
|
||||
|
||||
master:
|
||||
|
@ -9,15 +9,16 @@ all: \
|
||||
opt \
|
||||
link_paths \
|
||||
remap_paths \
|
||||
different_source_dirs_bin \
|
||||
different_source_dirs_rlib \
|
||||
remap_cwd_rlib \
|
||||
remap_cwd_to_empty \
|
||||
extern_flags
|
||||
|
||||
# TODO: Deterministic builds of `bin` crate types are not deterministic with
|
||||
# debuginfo=2 on Windows.
|
||||
# See https://github.com/rust-lang/rust/pull/87320#issuecomment-920105533
|
||||
# TODO: Builds of `bin` crate types are not deterministic with debuginfo=2 on
|
||||
# Windows.
|
||||
# See: https://github.com/rust-lang/rust/pull/87320#issuecomment-920105533
|
||||
# Issue: https://github.com/rust-lang/rust/issues/88982
|
||||
#
|
||||
# different_source_dirs_bin \
|
||||
# remap_cwd_bin \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user