about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2020-07-15 11:01:02 -0700
committerGitHub <noreply@github.com>2020-07-15 11:01:02 -0700
commitaf3d4cb936592ba53593ba869213c1af61b4166f (patch)
tree51d3b37f5a0d085af88b595b09ffa18539e79d0a /src/ci/github-actions
parent7e11379f3b4c376fbb9a6c4d44f3286ccc28d149 (diff)
parent933ba82266da94a812cc3052c6b91b7f8f5b4c35 (diff)
downloadrust-af3d4cb936592ba53593ba869213c1af61b4166f.tar.gz
rust-af3d4cb936592ba53593ba869213c1af61b4166f.zip
Rollup merge of #72973 - msizanoen1:riscv-host, r=pietroalbini
RISC-V GNU/Linux as host platform

This PR add a new builder named `dist-riscv64-linux` that builds the compiler toolchain for RISC-V 64-bit GNU/Linux.

r? @alexcrichton
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index 6ab6a403c33..8545ec15d32 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -341,6 +341,9 @@ jobs:
           - name: dist-powerpc64le-linux
             <<: *job-linux-xl
 
+          - name: dist-riscv64-linux
+            <<: *job-linux-xl
+
           - name: dist-s390x-linux
             <<: *job-linux-xl