Skip to content

Commit 0ba7eda

Browse files
kariyclaude
andcommitted
ci(saya-tee-e2e): bump saya pin to 17c0ee0 for v1 report_data fix
`dojoengine/saya#74` updated `saya-tee --mock-prove` to emit the v1 report_data layout this PR enforces. Without that bump the e2e job reverts at fee estimation with `tee: config hash half mismatch`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a43b4da commit 0ba7eda

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,15 @@ jobs:
286286
run: ./scripts/clippy.sh
287287

288288
test:
289-
needs: [detect-changes, fmt, clippy, generate-test-artifacts, build-katana-binary-ubuntu, build-katana-binary-macos]
289+
needs:
290+
[
291+
detect-changes,
292+
fmt,
293+
clippy,
294+
generate-test-artifacts,
295+
build-katana-binary-ubuntu,
296+
build-katana-binary-macos,
297+
]
290298
runs-on: ${{ matrix.runner }}
291299
timeout-minutes: ${{ matrix.os == 'macos' && 60 || 30 }}
292300
strategy:
@@ -636,7 +644,7 @@ jobs:
636644
- name: Clone Saya repository
637645
run: |
638646
git clone https://github.com/dojoengine/saya /tmp/saya
639-
git -C /tmp/saya checkout 5ff9948
647+
git -C /tmp/saya checkout 17c0ee0
640648
641649
- uses: software-mansion/setup-scarb@v1
642650
with:

0 commit comments

Comments
 (0)