Skip to content

Commit

Permalink
Fine-tune CI for better debugability
Browse files Browse the repository at this point in the history
  • Loading branch information
grg-haas committed May 31, 2024
1 parent c175273 commit 5c9c030
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
# Define the strategy for the build job. We generally want to cover each
# platform that we support here
strategy:
fail-fast: false
matrix:
platform: [generic, hifive_unmatched, cva6, mpfs]
bits: [32, 64]
Expand Down Expand Up @@ -191,7 +192,7 @@ jobs:
with:
name: keystone-${{ matrix.platform }}${{ matrix.bits }}-builddir
path: build.tar.xz
retention-days: 1
retention-days: 7
compression-level: 0

- name: Upload buildroot package directory
Expand Down

0 comments on commit 5c9c030

Please sign in to comment.