From 58b4ecc211e0fa9c8c37eb0c0262721c4bdc7494 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Tue, 15 Oct 2024 19:30:44 -0700 Subject: [PATCH] Skip regression for ubuntu 20.04 and red hat 8 because of broken verilator --- .github/workflows/install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 13ebaadc4..62faca3dd 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -99,6 +99,7 @@ jobs: sudo rm -rf $RISCV/buildroot/output/build df -h - name: Regression + if: ${{ matrix.name != 'ubuntu-20.04' && matrix.name != 'rocky-8' && matrix.name != 'almalinux-8'}} run: | source setup.sh regression-wally