diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index d6d9e0fb7736d..2a7efac54b079 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -292,6 +292,7 @@ auto: - name: i686-gnu-nopt-1 env: IMAGE: i686-gnu-nopt + NO_LLVM_ASSERTIONS: 1 DOCKER_SCRIPT: /scripts/stage_2_test_set1.sh <<: *job-linux-4c @@ -299,6 +300,7 @@ auto: - name: i686-gnu-nopt-2 env: IMAGE: i686-gnu-nopt + NO_LLVM_ASSERTIONS: 1 DOCKER_SCRIPT: >- python3 ../x.py test --stage 1 --config /config/nopt-std-config.toml library/std && /scripts/stage_2_test_set2.sh @@ -412,6 +414,8 @@ auto: <<: *job-linux-4c - name: x86_64-gnu-nopt + env: + NO_LLVM_ASSERTIONS: 1 <<: *job-linux-4c - name: x86_64-gnu-tools diff --git a/src/llvm-project b/src/llvm-project index c1118fdbb3024..ed6566573eb21 160000 --- a/src/llvm-project +++ b/src/llvm-project @@ -1 +1 @@ -Subproject commit c1118fdbb3024157df7f4cfe765f2b0b4339e8a2 +Subproject commit ed6566573eb21b00a3f87815e14ff766fd56ef42