about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-08-02 14:08:48 +0000
committerbors <bors@rust-lang.org>2020-08-02 14:08:48 +0000
commite8876ae2c11f341565059b900eeae1254a9accf1 (patch)
tree1ec004d70c928da7e29c2ac9343ee2224c25d83e /src/ci/github-actions
parentfd4d151aed1e9968ee4073ebac51648d44400180 (diff)
parentfe5a40eb14f233554a30c038cf8944b2d2adf9ff (diff)
downloadrust-e8876ae2c11f341565059b900eeae1254a9accf1.tar.gz
rust-e8876ae2c11f341565059b900eeae1254a9accf1.zip
Auto merge of #74675 - pietroalbini:aarch64-ci-fallible, r=Mark-Simulacrum
Add fallible AArch64 CI builder

This adds the `aarch64-gnu` CI builder to the `auto-fallible` job, as a first step in the process of actually gating on it.

r? @Mark-Simulacrum
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/ci.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index a7c1987e8b1..8a6973bcdd6 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -84,6 +84,9 @@ x--expand-yaml-anchors--remove:
     os: windows-latest-xl
     <<: *base-job
 
+  - &job-aarch64-linux
+    os: [self-hosted, ARM64, linux]
+
   - &step
     if: success() && !env.SKIP_JOB
 
@@ -586,6 +589,13 @@ jobs:
     strategy:
       matrix:
         include:
+          #############################
+          #   Linux/Docker builders   #
+          #############################
+
+          - name: aarch64-gnu
+            <<: *job-aarch64-linux
+
           ####################
           #  macOS Builders  #
           ####################