We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784f11d commit e44d493Copy full SHA for e44d493
.github/workflows/release.yml
@@ -75,9 +75,7 @@ jobs:
75
- name: Run tests
76
run: |
77
# FIXME(antoyo): we cannot enable LTO for stdarch tests currently because of some failing LTO tests using proc-macros.
78
- # FIXME(antoyo): this should probably not be needed since we embed the LTO bitcode.
79
- printf '[profile.release]\nlto = "fat"\n' >> build/build_sysroot/sysroot_src/library/Cargo.toml
80
- ./y.sh test --release --clean --release-sysroot --build-sysroot --keep-lto-tests ${{ matrix.commands }}
+ CG_RUSTFLAGS="-Cembed-bitcode=yes" ./y.sh test --release --clean --release-sysroot --build-sysroot --keep-lto-tests ${{ matrix.commands }}
81
82
- name: LTO test
83
0 commit comments