Merge commit '59a81c2ca1' into subtree-update_cg_gcc_2025_01_12
This commit is contained in:
parent
c6f258d884
commit
43b7e28601
49 changed files with 825 additions and 1519 deletions
5
.github/workflows/stdarch.yml
vendored
5
.github/workflows/stdarch.yml
vendored
|
|
@ -73,10 +73,6 @@ jobs:
|
|||
echo "LD_LIBRARY_PATH="$(./y.sh info | grep -v Using) >> $GITHUB_ENV
|
||||
echo "LIBRARY_PATH="$(./y.sh info | grep -v Using) >> $GITHUB_ENV
|
||||
|
||||
- name: Build (part 2)
|
||||
run: |
|
||||
cargo test
|
||||
|
||||
- name: Clean
|
||||
if: ${{ !matrix.cargo_runner }}
|
||||
run: |
|
||||
|
|
@ -92,6 +88,7 @@ jobs:
|
|||
if: ${{ !matrix.cargo_runner }}
|
||||
run: |
|
||||
./y.sh test --release --clean --release-sysroot --build-sysroot --mini-tests --std-tests --test-libcore
|
||||
cargo test
|
||||
|
||||
- name: Run stdarch tests
|
||||
if: ${{ !matrix.cargo_runner }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue