diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2020-11-30 12:39:26 -0800 |
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2020-11-30 19:26:53 -0800 |
| commit | 7538ff810aa683a0c3694f20e749dee4a6469f39 (patch) | |
| tree | ffbd6a4f01f835855a0c1973acc306fd0dc4f8bc | |
| parent | 3aec4a2d00fab81b0372e3e98ea34d8305233f29 (diff) | |
| download | rust-7538ff810aa683a0c3694f20e749dee4a6469f39.tar.gz rust-7538ff810aa683a0c3694f20e749dee4a6469f39.zip | |
Revert "Disable riscv64gc"
This reverts commit 3ad356d90268e5dd3236f460422df6136e9d0e11.
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d331257692..2104c74a4d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,8 +121,7 @@ jobs: # for NaNs which makes it worth testing on despite that. - mips-unknown-linux-gnu - mips64-unknown-linux-gnuabi64 - # TODO: reenable pending https://github.com/rust-lang/rust/issues/77866 - # - riscv64gc-unknown-linux-gnu + - riscv64gc-unknown-linux-gnu steps: - uses: actions/checkout@v2 |
