|
78 | 78 | -name:Run tests
|
79 | 79 | run:|
|
80 | 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 |
| 81 | + # 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 |
82 | 83 | EMBED_LTO_BITCODE=1 ./y.sh test --release --clean --release-sysroot --build-sysroot --keep-lto-tests ${{ matrix.commands }}
|
83 | 84 |
|
84 | 85 | -name:Run y.sh cargo build
|
|