Skip to content

Commit 4663ded

Browse files
kariyclaude
andcommitted
ci: fix generate-compat-db scarb version mismatch
The job checked out katana at ref v1.6.0, so it used the old version of generate-test-db.sh which doesn't support --dojo-tag. This caused the script to clone dojo from latest main (instead of v1.6.0), which requires starknet ^2.13 — incompatible with scarb 2.10.1. Fix by checking out main (no cargo build for katana in this job — it uses the Docker image binary) so we get the current script that supports --dojo-tag. Also remove the redundant separate dojo checkout since the script handles cloning at the specified tag. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 224b124 commit 4663ded

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/generate-db-dispatch.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,11 @@ jobs:
1313
ASDF_SOZO_VERSION: "1.7.0"
1414
steps:
1515
- uses: actions/checkout@v4
16-
with:
17-
ref: v1.6.0
1816

1917
# Workaround for https://github.com/actions/runner-images/issues/6775
2018
- run: git config --global --add safe.directory "*"
2119
- uses: Swatinem/rust-cache@v2
2220

23-
- name: Checkout Dojo repository
24-
uses: actions/checkout@v4
25-
with:
26-
repository: dojoengine/dojo
27-
ref: v1.6.0
28-
path: dojo
29-
3021
- uses: software-mansion/setup-scarb@v1
3122
with:
3223
scarb-version: "2.10.1"

0 commit comments

Comments
 (0)