Skip to content

Commit

Permalink
wasmtime/28.0.0 package update (#38021)
Browse files Browse the repository at this point in the history
<p align="center">
<img
src="https://raw.githubusercontent.com/wolfi-dev/.github/b535a42419ce0edb3c144c0edcff55a62b8ec1f8/profile/wolfi-logo-light-mode.svg"
/>
</p>

---------

Signed-off-by: wolfi-bot <[email protected]>
Signed-off-by: Batuhan Apaydin <[email protected]>
Co-authored-by: wolfi-bot <[email protected]>
Co-authored-by: Batuhan Apaydin <[email protected]>
  • Loading branch information
3 people authored Dec 27, 2024
1 parent 6545507 commit eb3366a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions wasmtime.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: wasmtime
version: 27.0.0
version: 28.0.0
epoch: 0
description: "A fast and secure runtime for WebAssembly"
copyright:
Expand All @@ -23,7 +23,7 @@ pipeline:
with:
repository: https://github.com/bytecodealliance/wasmtime
tag: v${{package.version}}
expected-commit: 8eefa236f8ef0cc766977e0c0cbb0d602132dfa4
expected-commit: 2e584e84127f0123c5a9211310140419e12082c2

- name: Configure and build
runs: |
Expand All @@ -32,6 +32,12 @@ pipeline:
# mitigate GHSA-2qv5-7mw5-j3cg
cargo update spin --precise 0.9.8
# mitigate GHSA-h97m-ww89-6jmq
cargo update url --precise 2.5.4
cargo update idna --precise 1.0.3
cargo auditable build --release -vv
mkdir -p ${{targets.destdir}}/usr/bin/
mv target/release/wasmtime ${{targets.destdir}}/usr/bin/
Expand Down

0 comments on commit eb3366a

Please sign in to comment.