File tree 4 files changed +2
-33
lines changed
4 files changed +2
-33
lines changed Original file line number Diff line number Diff line change 41
41
matrix :
42
42
include :
43
43
- runner : normal
44
- - runner : macos-13
45
44
- runner : ARM64
46
45
runs-on : ${{ matrix.runner }}
47
46
steps :
53
52
- name : ' Upgrade bash'
54
53
if : ${{ contains(matrix.os, 'macos') }}
55
54
run : brew install bash
56
- - name : ' Install Nix'
57
- if : ${{ matrix.runner == 'macos-13' }}
58
- uses : cachix/install-nix-action@v19
59
- with :
60
- install_url : https://releases.nixos.org/nix/nix-2.13.3/install
61
- extra_nix_config : |
62
- access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
63
- - name : ' Install Cachix'
64
- if : ${{ matrix.runner == 'macos-13' }}
65
- uses : cachix/cachix-action@v12
66
- with :
67
- name : k-framework
68
- signingKey : ${{ secrets.CACHIX_SIGNING_KEY }}
69
- skipPush : true
70
55
- name : ' Build and cache KWASM'
71
56
72
57
env :
Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ jobs:
115
115
matrix :
116
116
include :
117
117
- runner : normal
118
- - runner : macos-13
119
118
- runner : ARM64
120
119
needs : pykwasm-code-quality-checks
121
120
runs-on : ${{ matrix.runner }}
@@ -126,21 +125,6 @@ jobs:
126
125
with :
127
126
# Check out pull request HEAD instead of merge commit.
128
127
ref : ${{ github.event.pull_request.head.sha }}
129
- - name : ' Install Nix'
130
- if : ${{ matrix.runner == 'macos-13' }}
131
- uses : cachix/install-nix-action@v25
132
- with :
133
- install_url : https://releases.nixos.org/nix/nix-2.19.3/install
134
- extra_nix_config : |
135
- access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
136
- substituters = http://cache.nixos.org https://cache.iog.io
137
- trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
138
- - name : ' Install Cachix'
139
- if : ${{ matrix.runner == 'macos-13' }}
140
- uses : cachix/cachix-action@v14
141
- with :
142
- name : k-framework
143
- authToken : ${{ secrets.CACHIX_PUBLIC_TOKEN }}
144
128
- name : ' Build KWASM'
145
129
run : GC_DONT_GC=1 nix build .#kwasm --extra-experimental-features 'nix-command flakes' --print-build-logs
146
130
- name : ' Build KWASM-Pyk'
Original file line number Diff line number Diff line change 1
- 0.1.82
1
+ 0.1.83
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " pykwasm"
7
- version = " 0.1.82 "
7
+ version = " 0.1.83 "
8
8
description = " "
9
9
authors = [
10
10
" Runtime Verification, Inc. <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments