Browse Source

Enable rv32gc make-report newlib and linux testing

pull/1260/head
Patrick O'Neill 3 years ago
parent
commit
0da1aa22c1
  1. 1
      .github/workflows/build.yaml

1
.github/workflows/build.yaml

@ -40,7 +40,6 @@ jobs:
if: |
matrix.os == 'ubuntu-20.04'
&& (matrix.mode == 'linux' || matrix.mode == 'newlib')
&& matrix.target == 'rv64gc-lp64d'
run: |
sudo make report-${{ matrix.mode }} -j $(nproc)

Loading…
Cancel
Save