File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 4
4
branches :
5
5
- ' _update-deps/runtimeverification/blockchain-k-plugin'
6
6
- ' _update-deps/runtimeverification/k'
7
+ - ' _update-deps/runtimeverification/rv-nix-tools'
7
8
workflow_dispatch :
8
9
# Stop in progress workflows on the same branch and same workflow to use latest committed code
9
10
concurrency :
52
53
run : |
53
54
K_VERSION=v$(cat deps/k_release)
54
55
BKP_VERSION=$(cat deps/blockchain-k-plugin_release)
56
+ RV_NIX_TOOLS_VERSION=$(cat deps/rv-nix-tools)
55
57
sed -i 's! k-framework.url = "github:runtimeverification/k/[v0-9\.]*"! k-framework.url = "github:runtimeverification/k/'"${K_VERSION}"'"!' flake.nix
56
58
sed -i 's! "github:runtimeverification/blockchain-k-plugin/[0-9a-f]*"! "github:runtimeverification/blockchain-k-plugin/'"${BKP_VERSION}"'"!' flake.nix
59
+ sed -i 's! rv-nix-tools.url = "github:runtimeverification/rv-nix-tools/[a-z0-9\.]*"! rv-nix-tools.url = "github:runtimeverification/rv-nix-tools/'"${RV_NIX_TOOLS_VERSION}"'"!' flake.nix
57
60
nix run .#update-from-submodules
58
61
nix flake update
59
62
git add flake.nix flake.lock && git commit -m 'flake.{nix,lock}: update Nix derivations' || true
Original file line number Diff line number Diff line change
1
+ 854d4f05ea78547d46e807b414faad64cea10ae4
You can’t perform that action at this time.
0 commit comments