about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorTyler Mandry <tmandry@google.com>2023-11-07 18:11:07 -0800
committerTyler Mandry <tmandry@google.com>2023-12-07 16:30:36 -0800
commita1b9a599584e9044da30bfd8fbc0d16ca72c009e (patch)
tree096a5e72f86cd414caec6242130d59393f20bc89 /src/ci/github-actions
parent503e129328080e924c0ddfca6abf4c2812580102 (diff)
downloadrust-a1b9a599584e9044da30bfd8fbc0d16ca72c009e.tar.gz
rust-a1b9a599584e9044da30bfd8fbc0d16ca72c009e.zip
Build Fuchsia in CI
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index 5b9c90273a3..800d8920951 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -470,6 +470,9 @@ jobs:
           - name: x86_64-gnu-aux
             <<: *job-linux-4c
 
+          - name: x86_64-gnu-integration
+            <<: *job-linux-16c
+
           - name: x86_64-gnu-debug
             <<: *job-linux-8c
 
@@ -730,6 +733,7 @@ jobs:
               CODEGEN_BACKENDS: llvm,cranelift
             <<: *job-linux-16c
 
+
   master:
     name: master
     runs-on: ubuntu-latest