Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency containerd/runwasi to v0.5.0 #8873

Merged
merged 5 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/containerd-shim-wasmedge/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN --mount=type=cache,target=/target \
--mount=type=cache,target=/usr/local/cargo/registry <<EOF
git clone -q --config advice.detachedHead=false --depth 1 --branch "containerd-shim-wasmedge/v${version}" https://github.com/containerd/runwasi .
export CARGO_HOME=/usr/local/cargo
export CARGO_TARGET_DIR=/target
export CARGO_TARGET_DIR=/target/
export RUSTUP_HOME=/usr/local/rustup
#export RUSTFLAGS='-C target-feature=+crt-static'
make -j$(nproc) build-wasmedge TARGET_DIR="${CARGO_TARGET_DIR}"
Expand Down
2 changes: 1 addition & 1 deletion tools/containerd-shim-wasmedge/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://tools.uniget.dev/schema.yaml
$schema: https://tools.uniget.dev/schema.yaml
name: containerd-shim-wasmedge
version: "0.4.0"
version: "0.5.0"
binary: containerd-shim-wasmedge-v1
check: "" # No version parameter
build_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion tools/containerd-shim-wasmer/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN --mount=type=cache,target=/target \
--mount=type=cache,target=/usr/local/cargo/registry <<EOF
git clone -q --config advice.detachedHead=false --depth 1 --branch "containerd-shim-wasmer/v${version}" https://github.com/containerd/runwasi .
export CARGO_HOME=/usr/local/cargo
export CARGO_TARGET_DIR=/target
export CARGO_TARGET_DIR=/target/
export RUSTUP_HOME=/usr/local/rustup
export RUSTFLAGS='-C target-feature=+crt-static'
make -j$(nproc) build-wasmer TARGET_DIR="${CARGO_TARGET_DIR}"
Expand Down
2 changes: 1 addition & 1 deletion tools/containerd-shim-wasmer/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://tools.uniget.dev/schema.yaml
$schema: https://tools.uniget.dev/schema.yaml
name: containerd-shim-wasmer
version: "0.4.0"
version: "0.5.0"
binary: containerd-shim-wasmer-v1
check: "" # No version parameter
build_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion tools/containerd-shim-wasmtime/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN --mount=type=cache,target=/target \
--mount=type=cache,target=/usr/local/cargo/registry <<EOF
git clone -q --config advice.detachedHead=false --depth 1 --branch "containerd-shim-wasmtime/v${version}" https://github.com/containerd/runwasi .
export CARGO_HOME=/usr/local/cargo
export CARGO_TARGET_DIR=/target
export CARGO_TARGET_DIR=/target/
export RUSTUP_HOME=/usr/local/rustup
export RUSTFLAGS='-C target-feature=+crt-static'
make -j$(nproc) build-wasmtime TARGET_DIR="${CARGO_TARGET_DIR}"
Expand Down
2 changes: 1 addition & 1 deletion tools/containerd-shim-wasmtime/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://tools.uniget.dev/schema.yaml
$schema: https://tools.uniget.dev/schema.yaml
name: containerd-shim-wasmtime
version: "0.4.0"
version: "0.5.0"
binary: containerd-shim-wasmtime-v1
check: "" # No version parameter
build_dependencies:
Expand Down
Loading