Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency: deps/mx-semantics_release #181

Open
wants to merge 45 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
27ca393
deps/mx-semantics_release: Set Version 0.1.108
Aug 8, 2024
f766ef1
Set Version: 0.1.83
Aug 8, 2024
b4e0ff1
kmxwasm/{pyproject.toml,poetry.lock}: sync Poetry files
Aug 8, 2024
68d60e3
flake.{nix,lock}: update Nix derivations
Aug 8, 2024
bbe7b0d
deps/mx-semantics_release: Set Version 0.1.109
Aug 20, 2024
d57b5cb
kmxwasm/{pyproject.toml,poetry.lock}: sync Poetry files
Aug 20, 2024
7f78ced
flake.{nix,lock}: update Nix derivations
Aug 20, 2024
8e42527
deps/mx-semantics_release: Set Version 0.1.110
Aug 23, 2024
72ff137
kmxwasm/{pyproject.toml,poetry.lock}: sync Poetry files
Aug 23, 2024
a3d52f0
flake.{nix,lock}: update Nix derivations
Aug 23, 2024
198e277
deps/mx-semantics_release: Set Version 0.1.111
Aug 27, 2024
27820b5
kmxwasm/{pyproject.toml,poetry.lock}: sync Poetry files
Aug 27, 2024
1ee4d07
flake.{nix,lock}: update Nix derivations
Aug 27, 2024
77d3db6
deps/mx-semantics_release: Set Version 0.1.112
Aug 29, 2024
1046f8c
kmxwasm/{pyproject.toml,poetry.lock}: sync Poetry files
Aug 29, 2024
6ad7cdd
flake.{nix,lock}: update Nix derivations
Aug 29, 2024
0865152
deps/mx-semantics_release: Set Version 0.1.113
Sep 5, 2024
870961f
kmxwasm/{pyproject.toml,poetry.lock}: sync Poetry files
Sep 5, 2024
3881dcd
flake.{nix,lock}: update Nix derivations
Sep 5, 2024
591c481
deps/mx-semantics_release: Set Version 0.1.114
Sep 9, 2024
56d03ad
update flake
goodlyrottenapple Sep 10, 2024
9f89c63
update nix version in CI
goodlyrottenapple Sep 10, 2024
c1d6397
update cachix action
goodlyrottenapple Sep 10, 2024
7d3be10
downgrade nix due to cachix action using nix-env
goodlyrottenapple Sep 10, 2024
8aae770
remove cachix entirely
goodlyrottenapple Sep 10, 2024
eb1c164
kmxwasm/{pyproject.toml,poetry.lock}: sync Poetry files
Sep 10, 2024
fee291a
deps/k_release: sync release file version 7.1.129
Sep 10, 2024
fdf2e46
flake.{nix,lock}: update Nix derivations
Sep 10, 2024
89aa09a
deps/mx-semantics_release: Set Version 0.1.115
Sep 12, 2024
13f2394
kmxwasm/{pyproject.toml,poetry.lock}: sync Poetry files
Sep 12, 2024
aa9ad9f
deps/k_release: sync release file version 7.1.140
Sep 12, 2024
f8440e5
flake.{nix,lock}: update Nix derivations
Sep 12, 2024
54f02e0
fix type: loop on extend result list
bbyalcinkaya Sep 12, 2024
19777bd
deps/mx-semantics_release: Set Version 0.1.116
Sep 24, 2024
1989c6f
kmxwasm/{pyproject.toml,poetry.lock}: sync Poetry files
Sep 24, 2024
bcdd38c
flake.{nix,lock}: update Nix derivations
Sep 24, 2024
15aef2b
deps/mx-semantics_release: Set Version 0.1.117
Oct 21, 2024
0d4595a
kmxwasm/{pyproject.toml,poetry.lock}: sync Poetry files
Oct 21, 2024
7157cc3
flake.{nix,lock}: update Nix derivations
Oct 21, 2024
391381b
deps/mx-semantics_release: Set Version 0.1.118
Oct 22, 2024
4d4d89c
kmxwasm/{pyproject.toml,poetry.lock}: sync Poetry files
Oct 22, 2024
9d2c8ab
flake.{nix,lock}: update Nix derivations
Oct 22, 2024
0875a7c
deps/mx-semantics_release: Set Version 0.1.119
Oct 30, 2024
371280f
kmxwasm/{pyproject.toml,poetry.lock}: sync Poetry files
Oct 30, 2024
b10d06a
flake.{nix,lock}: update Nix derivations
Oct 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,15 @@ jobs:
- name: 'Install Nix/Cachix'
uses: cachix/install-nix-action@v19
with:
install_url: https://releases.nixos.org/nix/nix-2.13.3/install
install_url: https://releases.nixos.org/nix/nix-2.23.3/install
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}

- uses: cachix/cachix-action@v12
with:
name: k-framework
authToken: ${{ secrets.CACHIX_PUBLIC_TOKEN }}

- name: 'Update Nix flake inputs'
run: |
KMULTIVERSX_VERSION=$(cat deps/mx-semantics_release)
K_VERSION=$(cat deps/k_release)

sed -i 's! mx-semantics.url = "github:runtimeverification/mx-semantics/[v0-9\.]*"! mx-semantics.url = "github:runtimeverification/mx-semantics/v'"${KMULTIVERSX_VERSION}"'"!' flake.nix
sed -i 's! k-framework.url = "github:runtimeverification/k/[v0-9\.]*"! k-framework.url = "github:runtimeverification/k/v'"${K_VERSION}"'"!' flake.nix
sed -i 's! pyk.url = "github:runtimeverification/k/[v0-9\.]*?dir=pyk"! pyk.url = "github:runtimeverification/k/v'"${K_VERSION}"'?dir=pyk"!' flake.nix

nix --extra-experimental-features 'nix-command flakes' --show-trace flake update
git add flake.nix flake.lock && git commit -m 'flake.{nix,lock}: update Nix derivations' || true
Expand Down
2 changes: 1 addition & 1 deletion deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.85
7.1.140
2 changes: 1 addition & 1 deletion deps/mx-semantics_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.107
0.1.119
Loading
Loading