Run lint for distros that Verilator fails sim in Installation CI

This commit is contained in:
Jordan Carlin 2024-10-15 22:44:19 -07:00
parent a0245622dc
commit 658a57a2dd
No known key found for this signature in database

View file

@ -137,6 +137,11 @@ jobs:
run: |
source setup.sh
regression-wally
- name: Lint Only (for distros with broken Verilator sim)
if: ${{ matrix.name == 'ubuntu-20.04' || matrix.name == 'rocky-8' || matrix.name == 'almalinux-8'}}
run: |
source setup.sh
lint-wally
# Upload regression logs for debugging
- name: Upload regression logs
uses: actions/upload-artifact@v4