File tree 7 files changed +150
-148
lines changed
7 files changed +150
-148
lines changed Original file line number Diff line number Diff line change 36
36
matrix :
37
37
include :
38
38
- runner : normal
39
- - runner : macos-13
40
39
- runner : ARM64
41
40
runs-on : ${{ matrix.runner }}
42
41
needs : draft-release
46
45
with :
47
46
ref : ${{ github.event.push.head.sha }}
48
47
fetch-depth : 0
49
- - name : ' Upgrade bash'
50
- if : ${{ contains(matrix.os, 'macos') }}
51
- run : brew install bash
52
- - name : ' Install Nix'
53
- if : ${{ matrix.runner == 'macos-13' }}
54
- uses : cachix/install-nix-action@v19
55
- with :
56
- install_url : https://releases.nixos.org/nix/nix-2.13.3/install
57
- extra_nix_config : |
58
- access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
59
- - name : ' Install Cachix'
60
- if : ${{ matrix.runner == 'macos-13' }}
61
- uses : cachix/cachix-action@v12
62
- with :
63
- name : k-framework
64
- signingKey : ${{ secrets.CACHIX_SIGNING_KEY }}
65
- skipPush : true
66
48
- name : ' Build KEVM'
67
49
run : |
68
50
GC_DONT_GC=1 nix build --extra-experimental-features 'nix-command flakes' --print-build-logs
Original file line number Diff line number Diff line change @@ -147,7 +147,6 @@ jobs:
147
147
matrix :
148
148
include :
149
149
- runner : normal
150
- - runner : macos-13
151
150
- runner : ARM64
152
151
needs : kevm-pyk-code-quality-checks
153
152
runs-on : ${{ matrix.runner }}
@@ -162,20 +161,6 @@ jobs:
162
161
run : |
163
162
set -eux
164
163
git submodule update --init --recursive -- kevm-pyk/src/kevm_pyk/kproj/plugin
165
- - name : ' Install Nix'
166
- if : ${{ matrix.runner == 'macos-13' }}
167
- uses : cachix/install-nix-action@v25
168
- with :
169
- install_url : https://releases.nixos.org/nix/nix-2.19.3/install
170
- extra_nix_config : |
171
- access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
172
- substituters = http://cache.nixos.org https://cache.iog.io
173
- trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
174
- - name : ' Install Cachix'
175
- if : ${{ matrix.runner == 'macos-13' }}
176
- uses : cachix/cachix-action@v14
177
- with :
178
- name : k-framework
179
164
- name : ' Build KEVM'
180
165
run : GC_DONT_GC=1 nix build --extra-experimental-features 'nix-command flakes' --print-build-logs
181
166
- name : ' Test KEVM'
Original file line number Diff line number Diff line change 1
- 7.1.225
1
+ 7.1.230
Original file line number Diff line number Diff line change 2
2
description = "A flake for the KEVM Semantics" ;
3
3
4
4
inputs = {
5
- k-framework . url = "github:runtimeverification/k/v7.1.225 " ;
5
+ k-framework . url = "github:runtimeverification/k/v7.1.230 " ;
6
6
nixpkgs . follows = "k-framework/nixpkgs" ;
7
7
flake-utils . follows = "k-framework/flake-utils" ;
8
8
rv-utils . follows = "k-framework/rv-utils" ;
You can’t perform that action at this time.
0 commit comments