Skip to content

Commit b81c337

Browse files
Auto merge of #142504 - jieyouxu:exp-llvm-bump, r=<try>
[DEBUGGING] LLVM bump build failure r? ghost try-job: `i686-gnu-nopt-*` try-job: `x86_64-gnu-nopt`
2 parents 9822e3d + 8aeabf4 commit b81c337

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,13 +292,15 @@ auto:
292292
- name: i686-gnu-nopt-1
293293
env:
294294
IMAGE: i686-gnu-nopt
295+
NO_LLVM_ASSERTIONS: 1
295296
DOCKER_SCRIPT: /scripts/stage_2_test_set1.sh
296297
<<: *job-linux-4c
297298

298299
# Skip tests that run in i686-gnu-nopt-1
299300
- name: i686-gnu-nopt-2
300301
env:
301302
IMAGE: i686-gnu-nopt
303+
NO_LLVM_ASSERTIONS: 1
302304
DOCKER_SCRIPT: >-
303305
python3 ../x.py test --stage 1 --config /config/nopt-std-config.toml library/std &&
304306
/scripts/stage_2_test_set2.sh
@@ -412,6 +414,8 @@ auto:
412414
<<: *job-linux-4c
413415

414416
- name: x86_64-gnu-nopt
417+
env:
418+
NO_LLVM_ASSERTIONS: 1
415419
<<: *job-linux-4c
416420

417421
- name: x86_64-gnu-tools

src/llvm-project

Submodule llvm-project updated 95 files

0 commit comments

Comments
 (0)