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 83fbcab commit ecd958fCopy full SHA for ecd958f
.github/workflows/release.yml
@@ -78,7 +78,8 @@ jobs:
78
- name: Run tests
79
run: |
80
# FIXME(antoyo): we cannot enable LTO for stdarch tests currently because of some failing LTO tests using proc-macros.
81
- printf '[profile.release]\nlto = "fat"\n' >> build/build_sysroot/sysroot_src/library/sysroot/Cargo.toml
+ # FIXME(antoyo): this should probably not be needed since we embed the LTO bitcode.
82
+ printf '[profile.release]\nlto = "fat"\n' >> build/build_sysroot/sysroot_src/library/Cargo.toml
83
EMBED_LTO_BITCODE=1 ./y.sh test --release --clean --release-sysroot --build-sysroot --keep-lto-tests ${{ matrix.commands }}
84
85
- name: Run y.sh cargo build
0 commit comments