]> git.lizzy.rs Git - rust.git/commitdiff
ci: add aarch64-gnu as a fallible auto builder
authorPietro Albini <pietro@pietroalbini.org>
Mon, 6 Jul 2020 13:15:57 +0000 (15:15 +0200)
committerPietro Albini <pietro@pietroalbini.org>
Thu, 23 Jul 2020 09:33:52 +0000 (11:33 +0200)
.github/workflows/ci.yml
src/ci/github-actions/ci.yml

index 6e0808c0d58969089975d8f2f2f2868881a96712..3f0f01ab5e62925a346576818e1177e40f0c7de0 100644 (file)
@@ -576,6 +576,11 @@ jobs:
     strategy:
       matrix:
         include:
+          - name: aarch64-gnu
+            os:
+              - self-hosted
+              - ARM64
+              - linux
           - name: dist-x86_64-apple
             env:
               SCRIPT: "./x.py dist"
index 425e34f1af624b91f89d594c0dbd34205b6d41a3..32bbc1fccc090f186c121f69fca205e17a641fe6 100644 (file)
@@ -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
 
@@ -585,6 +588,13 @@ jobs:
     strategy:
       matrix:
         include:
+          #############################
+          #   Linux/Docker builders   #
+          #############################
+
+          - name: aarch64-gnu
+            <<: *job-aarch64-linux
+
           ####################
           #  macOS Builders  #
           ####################