Skip to content

Commit

Permalink
Merge branch 'master' into sam/nix-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
goodlyrottenapple authored Sep 9, 2024
2 parents afcdc9f + 296ae4a commit b9d9343
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 49 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ RUN groupadd -g $GROUP_ID user && useradd -m -u $USER_ID -s /bin/sh -g user user
USER user:user
WORKDIR /home/user

RUN curl -sSL https://install.python-poetry.org | python3 - \
&& poetry --version
RUN curl -sSL https://install.python-poetry.org | python3 -

RUN pip3 install --user \
cytoolz \
numpy

ENV PATH=/home/user/wabt/build:/home/user/.local/bin:$PATH
ENV PATH=/home/user/.local/bin:$PATH

RUN poetry --version
2 changes: 1 addition & 1 deletion deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.129
7.1.137
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "K Semantics of WebAssembly";

inputs = {
k-framework.url = "github:runtimeverification/k/v7.1.129";
k-framework.url = "github:runtimeverification/k/v7.1.137";
nixpkgs.follows = "k-framework/nixpkgs";
flake-utils.follows = "k-framework/flake-utils";
rv-utils.follows = "k-framework/rv-utils";
Expand Down
80 changes: 41 additions & 39 deletions pykwasm/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pykwasm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ wasm-semantics = "pykwasm.kdist.plugin"
python = "^3.10"
cytoolz = "^0.12.1"
numpy = "^1.24.2"
kframework = "7.1.129"
kframework = "7.1.137"
py-wasm = { git = "https://github.com/runtimeverification/py-wasm.git", tag="0.2.1" }

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit b9d9343

Please sign in to comment.