File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 branches :
55 - ' _update-deps/runtimeverification/blockchain-k-plugin'
66 - ' _update-deps/runtimeverification/k'
7+ - ' _update-deps/runtimeverification/rv-nix-tools'
78 workflow_dispatch :
89# Stop in progress workflows on the same branch and same workflow to use latest committed code
910concurrency :
5253 run : |
5354 K_VERSION=v$(cat deps/k_release)
5455 BKP_VERSION=$(cat deps/blockchain-k-plugin_release)
56+ RV_NIX_TOOLS_VERSION=$(cat deps/rv-nix-tools)
5557 sed -i 's! k-framework.url = "github:runtimeverification/k/[v0-9\.]*"! k-framework.url = "github:runtimeverification/k/'"${K_VERSION}"'"!' flake.nix
5658 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
5760 nix run .#update-from-submodules
5861 nix flake update
5962 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