Skip to content

Commit 28d90a4

Browse files
rv-jenkinsrv-auditorehildenb
authored
Update dependency: deps/kwasm_release (#79)
* deps/kwasm_release: Set Version 0.1.127 * Set Version: 0.1.65 * Sync Poetry files 0.1.127 * deps/k_release: sync release file version 7.1.253 * flake.{nix,lock}: update Nix derivations * src/komet: adjust imports * .github/Dockerfile: add wasm32v1-none rust target * .github/Dockerfile: adjust how we install rust targets * .github/Dockerfile: non-interactive rustup install * .github/Dockerfile: another attepmt * .github/Dockerfile: another attempt * .github/Dockerfile: another attempt --------- Co-authored-by: devops <[email protected]> Co-authored-by: Everett Hildenbrandt <[email protected]>
1 parent 638565f commit 28d90a4

File tree

11 files changed

+177
-258
lines changed

11 files changed

+177
-258
lines changed

.github/actions/with-docker/Dockerfile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,12 @@ RUN groupadd -g ${GROUP_ID} user \
2424
USER user
2525
WORKDIR /home/user
2626

27-
ENV PATH="/home/user/.local/bin:${PATH}"
28-
RUN curl -sSL https://install.python-poetry.org | python3 -
27+
ENV PATH="/home/user/.local/bin:/home/user/.cargo/bin:${PATH}"
2928

30-
RUN wget -O rustup.sh https://sh.rustup.rs && \
31-
chmod +x rustup.sh && \
32-
./rustup.sh --verbose --target wasm32-unknown-unknown -y
29+
RUN curl -sSL https://install.python-poetry.org | python3 -
3330

34-
ENV PATH="/home/user/.cargo/bin:${PATH}"
31+
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y \
32+
&& rustup target add wasm32-unknown-unknown \
33+
&& rustup target add wasm32v1-none
3534

3635
RUN cargo install --locked stellar-cli --features opt

deps/k_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.241
1+
7.1.253

deps/kwasm_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.126
1+
0.1.127

flake.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "komet - K tooling for the Soroban platform";
33

44
inputs = {
5-
wasm-semantics.url = "github:runtimeverification/wasm-semantics/v0.1.126";
5+
wasm-semantics.url = "github:runtimeverification/wasm-semantics/v0.1.127";
66
k-framework.follows = "wasm-semantics/k-framework";
77
nixpkgs.follows = "k-framework/nixpkgs";
88
flake-utils.follows = "k-framework/flake-utils";

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.64
1+
0.1.65

0 commit comments

Comments
 (0)