Skip to content

Commit

Permalink
fix: hexified
Browse files Browse the repository at this point in the history
  • Loading branch information
mikirov committed Jul 27, 2023
1 parent 3e42c5b commit 6eafe82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cumulus-stack-overflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,12 @@ jobs:
command: build

- name: Move test.wasm

run: |
find . -type f -regextype posix-extended -regex '.*/rococo-parachain_runtime.*wasm' -exec bash -c 'mv "$0" ./target/debug/test.wasm' {} \;
- name: Run wasm_injector
run: |
./target/debug/wasm_injector stack-overflow ./target/debug/test.wasm --hexify
./target/debug/wasm_injector stack-overflow ./target/debug/test.wasm --hexified
- name: Checkout zombienet repository
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion tests/0003-parachains-pvf-memory-allocation-bad.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ requests = { memory = "2G", cpu = "1" }

[[parachains]]
id = 2000
genesis_wasm_path="./target/debug/test.wasm.hex"
genesis_wasm_path="./target/debug/hexified_injected_test.wasm.hex"

[parachains.collator]
name = "collator01"
Expand Down

0 comments on commit 6eafe82

Please sign in to comment.