Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
qalisander committed May 23, 2024
1 parent fd0c102 commit 5039042
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: set up rust
uses: dtolnay/rust-toolchain@nightly
with:
target: wasm32-unknown-unknown, x86_64-unknown-linux-gnu
target: wasm32-unknown-unknown, nightly-x86_64-unknown-linux-gnu

- name: install cargo-stylus
run: RUSTFLAGS="-C link-args=-rdynamic" cargo install [email protected]
Expand Down
1 change: 0 additions & 1 deletion e2e-tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export ALICE_PRIV_KEY=${ALICE_PRIV_KEY:-0x5744b91fe94e38f7cde31b0cc83e7fa1f45e31
export BOB_PRIV_KEY=${BOB_PRIV_KEY:-0xa038232e463efa8ad57de6f88cd3c68ed64d1981daff2dcc015bce7eaf53db9d}
export RPC_URL=${RPC_URL:-http://localhost:8547}

rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
cargo +nightly build --release --target wasm32-unknown-unknown -Z build-std=std,panic_abort -Z build-std-features=panic_immediate_abort

# TODO: deploy contracts asynchronously
Expand Down

0 comments on commit 5039042

Please sign in to comment.