aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTommy Murphy <tommy_murphy@hotmail.com>2023-10-16 12:02:24 +0100
committerPatrick O'Neill <102189596+patrick-rivos@users.noreply.github.com>2023-10-16 10:31:07 -0700
commitc11f0748276c58df4f9d9602cdc2de5f17cbae8c (patch)
treea4f4508e2440b331d96dcdc10e5bd53fa55828db
parent6b1324367b879a9b89437846827b48151b26b412 (diff)
downloadriscv-gnu-toolchain-c11f0748276c58df4f9d9602cdc2de5f17cbae8c.zip
riscv-gnu-toolchain-c11f0748276c58df4f9d9602cdc2de5f17cbae8c.tar.gz
riscv-gnu-toolchain-c11f0748276c58df4f9d9602cdc2de5f17cbae8c.tar.bz2
Fix for issue #1351 - remove redundant 'linux' from matrix and remove unnecessary 'exclude' section2023.10.17
-rw-r--r--.github/workflows/build.yaml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 62df516..dcf5df3 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -89,12 +89,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
- mode: [newlib, linux]
+ mode: [newlib]
target: [rv64gc-lp64d]
sim: [spike]
- exclude:
- - sim: spike
- mode: linux
steps:
- name: Remove unneeded frameworks to recover disk space
run: |