Skip to content

Commit 16854c9

Browse files
Update to latest k, bringing in recent nix architecture changes (#324)
* update to latest k, bringing in recent nix arhitecture changes * Set Version: 0.1.113 * cleanup * Set Version: 0.1.114 --------- Co-authored-by: devops <[email protected]>
1 parent 7e32753 commit 16854c9

File tree

8 files changed

+72
-700
lines changed

8 files changed

+72
-700
lines changed

.github/workflows/update-version.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,8 @@ jobs:
5353
git add deps/blockchain-k-plugin_release && git commit -m "deps/blockchain-k-plugin_release: sync release file version ${BKP_VERSION}" || true
5454
- name: 'Update Nix flake inputs'
5555
run: |
56-
K_VERSION="$(cat deps/k_release)"
5756
PYKWASM_VERSION="$(cat deps/kwasm_release)"
5857
BKP_VERSION="$(cat deps/blockchain-k-plugin_release)"
59-
sed -i 's! k-framework.url = "github:runtimeverification/k/v[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]\+"! k-framework.url = "github:runtimeverification/k/'"v${K_VERSION}"'"!' flake.nix
60-
sed -i 's! pyk.url = "github:runtimeverification/k/v[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]\+?dir=pyk"! pyk.url = "github:runtimeverification/k/'"v${K_VERSION}"'?dir=pyk"!' flake.nix
6158
sed -i 's! wasm-semantics.url = "github:runtimeverification/wasm-semantics/v[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]\+"! wasm-semantics.url = "github:runtimeverification/wasm-semantics/'"v${PYKWASM_VERSION}"'"!' flake.nix
6259
sed -i 's! "github:runtimeverification/blockchain-k-plugin/.*";! "github:runtimeverification/blockchain-k-plugin/'"${BKP_VERSION}"'";!' flake.nix
6360
nix flake update

deps/k_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.85
1+
7.1.129

deps/kwasm_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.95
1+
0.1.103

0 commit comments

Comments
 (0)