diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b59a46d9f071d..1a999fbd6030a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -586,6 +586,9 @@ jobs: env: CODEGEN_BACKENDS: "llvm,cranelift" os: ubuntu-20.04-16core-64gb + - name: x86_64-gnu-integration + os: ubuntu-20.04-16core-64gb + env: {} timeout-minutes: 600 runs-on: "${{ matrix.os }}" steps: diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index f8412e7f32636..7e93eefacbdc3 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -737,6 +737,8 @@ jobs: env: CODEGEN_BACKENDS: llvm,cranelift <<: *job-linux-16c + - name: x86_64-gnu-integration + <<: *job-linux-16c master: