From 0f121d728831961606168da902dad946e4b2aa7e Mon Sep 17 00:00:00 2001 From: Milo <50248166+Milo123459@users.noreply.github.com> Date: Sat, 30 Jul 2022 21:56:53 +0000 Subject: [PATCH] add to full test-suite --- .github/workflows/ci.yml | 4 ++++ src/ci/github-actions/ci.yml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e16a8d894c..5dfc3f0b5b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -281,6 +281,10 @@ jobs: env: RUST_BACKTRACE: 1 os: ubuntu-20.04-xl + - name: x86_64-gnu-llvm-12-stage1 + env: + RUST_BACKTRACE: 1 + os: ubuntu-20.04-xl - name: x86_64-gnu-nopt os: ubuntu-20.04-xl env: {} diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 0dd4fc65792..97688e1e5d4 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -439,6 +439,11 @@ jobs: RUST_BACKTRACE: 1 <<: *job-linux-xl + - name: x86_64-gnu-llvm-12-stage1 + env: + RUST_BACKTRACE: 1 + <<: *job-linux-xl + - name: x86_64-gnu-nopt <<: *job-linux-xl