diff options
| author | onur-ozkan <work@onurozkan.dev> | 2025-03-12 20:12:58 +0300 |
|---|---|---|
| committer | onur-ozkan <work@onurozkan.dev> | 2025-05-30 21:04:02 +0300 |
| commit | d28cb1ceacc8e4b427098bd76360bb7a4498783e (patch) | |
| tree | be20ddc4b3d0ed5c17916f1063020f5c02de3b36 /src/ci/github-actions | |
| parent | 0803f6260593c2bcfdecc086f8fcec31e6d6fe41 (diff) | |
| download | rust-d28cb1ceacc8e4b427098bd76360bb7a4498783e.tar.gz rust-d28cb1ceacc8e4b427098bd76360bb7a4498783e.zip | |
use stage 1 for std on CI
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index dc6a0e1ebad..44b79372867 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -281,7 +281,7 @@ auto: env: IMAGE: i686-gnu-nopt DOCKER_SCRIPT: >- - python3 ../x.py test --stage 0 --config /config/nopt-std-config.toml library/std && + python3 ../x.py test --stage 1 --config /config/nopt-std-config.toml library/std && /scripts/stage_2_test_set2.sh <<: *job-linux-4c |
