Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #176 from eduardomourar/feat/update-wasi-http-client
Browse files Browse the repository at this point in the history
feat(wasi): update wasi http client to latest
  • Loading branch information
pchickey authored Aug 18, 2023
2 parents e4c04bc + 4053f43 commit 1af2a12
Show file tree
Hide file tree
Showing 47 changed files with 1,442 additions and 668 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,11 @@ jobs:
os: macos-latest
steps:
- uses: actions/checkout@v3
# TODO: Remove pin to 2023-03-14 once rust-lang/rust#109199 is released
# (expected in 1.71)
# TODO: Also remove it in test-programs/build.rs
- run: rustup update nightly-2023-03-14
- run: rustup update nightly
- run: rustup target add --toolchain=stable wasm32-wasi wasm32-unknown-unknown
- run: rustup target add --toolchain=nightly-2023-03-14 wasm32-wasi wasm32-unknown-unknown
- run: rustup target add --toolchain=nightly wasm32-wasi wasm32-unknown-unknown
- name: Run test suite
run: cargo test -p host
run: cargo +nightly test -p host

build-preview1-component-adapter:
name: Build wasi-preview1-component-adapter
Expand Down
Loading

0 comments on commit 1af2a12

Please sign in to comment.