Skip to content

Commit

Permalink
Synchronize artifact componentization. (#270)
Browse files Browse the repository at this point in the history
* Bumping dependencies to latest.

This commit bumps dependencies to the latest versions.

Closes #262.

* Synchronize artifact componentization.

This commit makes componentization of build artifacts acquire the lock file in
an effort to prevent concurrent cargo-component processes that are building the
same workspace from interfering with one another.

Additionally, this commit changes the writing of the final build artifact so
that it writes to a temp file and then atomically persists the temp file at the
final path.

Fixes #268.

* Bump preview1 adapters.

This commit bumps the preview1 adapters to 19.0.2.

It also updates CI to use Wasmtime 19.0.2.

* Remove call to `sync_all`.
  • Loading branch information
peterhuene authored Apr 12, 2024
1 parent 9ef9317 commit 1723be7
Show file tree
Hide file tree
Showing 16 changed files with 401 additions and 361 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: bytecodealliance/actions/wasmtime/setup@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
version: "v19.0.0"
version: "v19.0.2"
- name: Run all tests
run: cargo test --all

Expand Down
Loading

0 comments on commit 1723be7

Please sign in to comment.