Rustify clean_all.sh

This commit is contained in:
Guillaume Gomez 2023-12-20 14:58:43 +01:00
parent 05ef68961b
commit e26e074261
10 changed files with 85 additions and 13 deletions

View file

@ -103,7 +103,7 @@ jobs:
./y.sh build --features master
# TODO: remove --features master when it is back to the default.
cargo test --features master
./clean_all.sh
./y.sh clean all
- name: Prepare dependencies
run: |

View file

@ -86,7 +86,7 @@ jobs:
./y.sh prepare --only-libcore --libgccjit12-patches
./y.sh build --no-default-features --sysroot-panic-abort
cargo test --no-default-features
./clean_all.sh
./y.sh clean all
- name: Prepare dependencies
run: |

View file

@ -118,7 +118,7 @@ jobs:
./y.sh build --target-triple m68k-unknown-linux-gnu --features master
# TODO: remove --features master when it is back to the default.
CG_GCC_TEST_TARGET=m68k-unknown-linux-gnu cargo test --features master
./clean_all.sh
./y.sh clean all
- name: Prepare dependencies
run: |

View file

@ -82,7 +82,7 @@ jobs:
EMBED_LTO_BITCODE=1 ./y.sh build --release --release-sysroot --features master
# TODO: remove --features master when it is back to the default.
cargo test --features master
./clean_all.sh
./y.sh clean all
- name: Prepare dependencies
run: |

View file

@ -100,7 +100,7 @@ jobs:
- name: Clean
if: ${{ !matrix.cargo_runner }}
run: |
./clean_all.sh
./y.sh clean all
- name: Prepare dependencies
run: |