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 b01bbe0 commit b0ab2bfCopy full SHA for b0ab2bf
.github/workflows/release.yml
@@ -78,7 +78,7 @@ 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
- echo -n 'lto = "fat"' >> build_system/build_sysroot/Cargo.toml
+ printf '[profile.release]\nlto = "fat"\n' >> build/build_sysroot/sysroot_src/library/sysroot/Cargo.toml
82
EMBED_LTO_BITCODE=1 ./y.sh test --release --clean --release-sysroot --build-sysroot --keep-lto-tests ${{ matrix.commands }}
83
84
- name: Run y.sh cargo build
0 commit comments