Skip to content

Commit

Permalink
Update dependency: deps/k_release (#40)
Browse files Browse the repository at this point in the history
* deps/k_release: Set Version 7.1.129

* Set Version: 0.1.31

* pyproject.toml: sync pyk version 7.1.129

* deps/k_release: Set Version 7.1.131

* pyproject.toml: sync pyk version 7.1.131

* .github/with-docker/Dockerfile: add poetry

* .github/with-docker/Dockerfile: add curl command

---------

Co-authored-by: devops <[email protected]>
Co-authored-by: Everett Hildenbrandt <[email protected]>
  • Loading branch information
3 people authored Sep 4, 2024
1 parent 71d9096 commit f757a25
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 29 deletions.
4 changes: 4 additions & 0 deletions .github/actions/with-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ARG PYTHON_VERSION=3.10

RUN apt-get -y update \
&& apt-get -y install \
curl \
graphviz \
python${PYTHON_VERSION} \
python${PYTHON_VERSION}-dev \
Expand All @@ -33,3 +34,6 @@ ENV PATH=/home/user/riscv/bin:${PATH}

COPY --from=SAIL /usr/bin/riscv_sim_RV32 /usr/bin/riscv_sim_RV32
COPY --from=SAIL /usr/bin/riscv_sim_RV64 /usr/bin/riscv_sim_RV64

RUN curl -sSL https://install.python-poetry.org | python3 - \
&& 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.127
7.1.131
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.30
0.1.31
52 changes: 27 additions & 25 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "kriscv"
version = "0.1.30"
version = "0.1.31"
description = "K tooling for the RISC-V architecture"
authors = [
"Runtime Verification, Inc. <[email protected]>",
Expand All @@ -18,7 +18,7 @@ riscv-semantics = "kriscv.kdist.plugin"

[tool.poetry.dependencies]
python = "^3.10"
kframework = "7.1.127"
kframework = "7.1.131"
pyyaml = "^6.0.1"
types-pyyaml = "^6.0.12.20240311"
filelock = "^3.14.0"
Expand Down

0 comments on commit f757a25

Please sign in to comment.