Skip to content

Commit

Permalink
[CI] Use minpool_64core instead of minpool because the config mismatc…
Browse files Browse the repository at this point in the history
…h of bootrom generation
  • Loading branch information
Aquaticfuller committed Oct 31, 2024
1 parent 7ab643f commit 27c85a4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
strategy:
matrix:
# mempool_config: [minpool, mempool]
mempool_config: [minpool]
mempool_config: [minpool_64core]
steps:
- uses: actions/checkout@v4
- name: Cache Verilator Model
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
strategy:
matrix:
# mempool_config: [minpool, mempool]
mempool_config: [minpool]
mempool_config: [minpool_64core]
steps:
- uses: actions/checkout@v4
- name: Get riscv-gnu-toolchain artifacts
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
strategy:
matrix:
# mempool_config: [minpool, mempool]
mempool_config: [minpool]
mempool_config: [minpool_64core]
steps:
- uses: actions/checkout@v4
- name: Get riscv-gnu-toolchain artifacts
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
strategy:
matrix:
# mempool_config: [minpool, mempool]
mempool_config: [minpool]
mempool_config: [minpool_64core]
steps:
- uses: actions/checkout@v4
- name: Get riscv-gnu-toolchain artifacts
Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:
strategy:
matrix:
# mempool_config: [minpool, mempool]
mempool_config: [minpool]
mempool_config: [minpool_64core]
steps:
- uses: actions/checkout@v4
- name: Get apps-gcc artifacts
Expand Down Expand Up @@ -412,7 +412,7 @@ jobs:
strategy:
matrix:
# mempool_config: [minpool, mempool]
mempool_config: [minpool]
mempool_config: [minpool_64core]
steps:
- uses: actions/checkout@v4
- name: Get apps-llvm artifacts
Expand Down Expand Up @@ -451,7 +451,7 @@ jobs:
strategy:
matrix:
# mempool_config: [minpool, mempool]
mempool_config: [minpool]
mempool_config: [minpool_64core]
steps:
- uses: actions/checkout@v4
- name: Get apps-halide artifacts
Expand Down Expand Up @@ -548,7 +548,7 @@ jobs:
strategy:
matrix:
# mempool_config: [minpool, mempool]
mempool_config: [minpool]
mempool_config: [minpool_64core]
steps:
- name: Delete artifacts
uses: geekyeggo/delete-artifact@v4
Expand Down

0 comments on commit 27c85a4

Please sign in to comment.