From 2a9bb26e527647aa3709277db3d27515660cbc67 Mon Sep 17 00:00:00 2001 From: Tyler Mandry Date: Mon, 22 Apr 2024 15:55:39 -0700 Subject: [PATCH] Include fuchsia in try builds --- .github/workflows/ci.yml | 10 ++++++---- src/ci/github-actions/ci.yml | 14 +++++++++----- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16b0512a88a46..56e9a659e4e66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -610,10 +610,12 @@ jobs: strategy: matrix: include: - - name: dist-x86_64-linux - env: - CODEGEN_BACKENDS: "llvm,cranelift" - os: ubuntu-20.04-16core-64gb + - name: x86_64-gnu-integration + os: ubuntu-20.04-8core-32gb + env: {} + - name: dist-various-1 + os: ubuntu-20.04-8core-32gb + env: {} defaults: run: shell: "${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}" diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 9323bb093ad96..1a863941ff09f 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -760,11 +760,15 @@ jobs: strategy: matrix: include: - - &dist-x86_64-linux - name: dist-x86_64-linux - env: - CODEGEN_BACKENDS: llvm,cranelift - <<: *job-linux-16c + - name: x86_64-gnu-integration + <<: *job-linux-8c + - name: dist-various-1 + <<: *job-linux-8c + # - &dist-x86_64-linux + # name: dist-x86_64-linux + # env: + # CODEGEN_BACKENDS: llvm,cranelift + # <<: *job-linux-16c master: