Skip to content

Commit

Permalink
refactor: move away from deadlines dealing w/ the runner and wasi-pre…
Browse files Browse the repository at this point in the history
…view 2 wasmtime (#560)

Includes:
- no more recv_deadlines, use sink timeout/other time mechanisms to the
servers
- remove faked runner/webserver timeout test
- hakari configuration updates to remove guest crate/paths
- cid changes everywhere
- wasm-tools update with flake
  • Loading branch information
Zeeshan Lakhani committed Feb 7, 2024
1 parent 706c26d commit 80003b5
Show file tree
Hide file tree
Showing 41 changed files with 660 additions and 762 deletions.
9 changes: 6 additions & 3 deletions .config/hakari.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ resolver = "2"
# Add triples corresponding to platforms commonly used by developers here.
# https://doc.rust-lang.org/rustc/platform-support.html
platforms = [
"wasm32-unknown-unknown",
"wasm32-wasi",
"x86_64-apple-darwin",
"aarch64-apple-darwin",
"x86_64-unknown-linux-gnu",
Expand All @@ -27,4 +25,9 @@ platforms = [
]

# Write out exact versions rather than a semver range. (Defaults to false.)
# exact-versions = true
exact-versions = true

[traversal-excludes]
workspace-members = ["homestar-functions-add", "homestar-functions-test"]

third-party = [{ name = "libsqlite3-sys" }]
2 changes: 1 addition & 1 deletion .github/workflows/tests_and_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13]
rust-toolchain: [stable, nightly]
default-features: [all, none]
runs-on: ${{ matrix.os }}
Expand Down
Loading

0 comments on commit 80003b5

Please sign in to comment.