diff options
| author | Tyler Mandry <tmandry@google.com> | 2023-11-07 18:11:07 -0800 |
|---|---|---|
| committer | Tyler Mandry <tmandry@google.com> | 2023-12-07 16:30:36 -0800 |
| commit | a1b9a599584e9044da30bfd8fbc0d16ca72c009e (patch) | |
| tree | 096a5e72f86cd414caec6242130d59393f20bc89 /src/ci/github-actions | |
| parent | 503e129328080e924c0ddfca6abf4c2812580102 (diff) | |
| download | rust-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.yml | 4 |
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 |
