Skip to content

Commit

Permalink
Merge remote-tracking branch 'maidsafe/evm-dev' into evm-dev-cli-evm-…
Browse files Browse the repository at this point in the history
…net-params

# Conflicts:
#	autonomi_cli/src/commands/file.rs
  • Loading branch information
mickvandijke committed Oct 2, 2024
2 parents a500ed2 + 2d32575 commit 364fbfd
Show file tree
Hide file tree
Showing 24 changed files with 2,163 additions and 2,151 deletions.
760 changes: 380 additions & 380 deletions .github/workflows/benchmark-prs.yml

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions .github/workflows/cross-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,26 @@ env:

jobs:

wasm:
if: "!startsWith(github.event.head_commit.message, 'chore(release):')"
name: Wasm builds
runs-on: ubuntu-latest
# wasm:
# if: "!startsWith(github.event.head_commit.message, 'chore(release):')"
# name: Wasm builds
# runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
# steps:
# - uses: actions/checkout@v4

- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
# - name: Install Rust
# uses: dtolnay/rust-toolchain@stable
# - uses: Swatinem/rust-cache@v2

- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
# - name: Install wasm-pack
# run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

- name: Build client for wasm
# wasm pack doesnt support workspaces
# --dev to avoid a loong optimisation step
run: cd sn_client && wasm-pack build --dev
timeout-minutes: 30
# - name: Build client for wasm
# # wasm pack doesnt support workspaces
# # --dev to avoid a loong optimisation step
# run: cd sn_client && wasm-pack build --dev
# timeout-minutes: 30

websocket:
if: "!startsWith(github.event.head_commit.message, 'chore(release):')"
Expand Down
Loading

0 comments on commit 364fbfd

Please sign in to comment.