Commit 4663ded
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
1 file changed
+0
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 21 | | |
31 | 22 | | |
32 | 23 | | |
| |||
0 commit comments