Merge commit 'ba315abda7' into sync_cg_clif-2025-03-30
This commit is contained in:
parent
0b2acddf01
commit
15dbafa81e
41 changed files with 533 additions and 1419 deletions
6
.github/workflows/rustc.yml
vendored
6
.github/workflows/rustc.yml
vendored
|
|
@ -22,9 +22,6 @@ jobs:
|
|||
path: build/cg_clif
|
||||
key: ${{ runner.os }}-rustc-test-cargo-build-target-${{ hashFiles('rust-toolchain', 'Cargo.lock') }}
|
||||
|
||||
- name: Prepare dependencies
|
||||
run: ./y.sh prepare
|
||||
|
||||
- name: Test
|
||||
run: ./scripts/test_bootstrap.sh
|
||||
|
||||
|
|
@ -50,8 +47,5 @@ jobs:
|
|||
sudo apt update
|
||||
sudo apt install -y ripgrep
|
||||
|
||||
- name: Prepare dependencies
|
||||
run: ./y.sh prepare
|
||||
|
||||
- name: Test
|
||||
run: ./scripts/test_rustc_tests.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue