Skip to content

Commit

Permalink
ci: disable larger ROM sizes
Browse files Browse the repository at this point in the history
everything >= 8k currently fails (and it also takes a long time to do so)

related issue: VLSIDA/OpenRAM#232
  • Loading branch information
urish committed Mar 28, 2024
1 parent 1db77f4 commit 1eb740f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openrom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
size: [128, 256, 512, 1024, 2048, 4096, 6144, 8192, 12288, 16384, 24576, 32768]
size: [128, 256, 512, 1024, 2048, 4096, 6144]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1eb740f

Please sign in to comment.