File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 7
7
- main
8
8
paths :
9
9
- npm/package.json # Please only commit this file, so we don't need to wait for test CI to pass.
10
+ pull_request : null
10
11
11
12
env :
12
13
DEBUG : napi:*
44
45
45
46
build :
46
47
needs : check
47
- if : needs.check.outputs.version_changed == 'true'
48
+ # if: needs.check.outputs.version_changed == 'true'
49
+ env :
50
+ version : ${{ needs.check.outputs.version }}
51
+ outputs :
52
+ version : ${{ env.version }}
48
53
strategy :
49
54
fail-fast : false
50
55
matrix :
77
82
- os : ubuntu-latest
78
83
target : armv7-unknown-linux-musleabihf
79
84
build : pnpm build -x
85
+ - os : ubuntu-latest
86
+ target : riscv64gc-unknown-linux-gnu
87
+ build : export CFLAGS="-fuse-ld=lld" && pnpm build --use-napi-cross
80
88
- os : ubuntu-latest
81
89
target : powerpc64le-unknown-linux-gnu
82
90
build : pnpm build --use-napi-cross
@@ -132,7 +140,7 @@ jobs:
132
140
133
141
build-freebsd :
134
142
needs : check
135
- if : needs.check.outputs.version_changed == 'true'
143
+ # if: needs.check.outputs.version_changed == 'true'
136
144
name : Build FreeBSD
137
145
runs-on : ubuntu-latest
138
146
steps :
@@ -182,8 +190,10 @@ jobs:
182
190
permissions :
183
191
id-token : write # for `npm publish --provenance`
184
192
needs :
193
+ - check
185
194
- build
186
195
- build-freebsd
196
+ if : needs.check.outputs.version_changed == 'true'
187
197
env :
188
198
COREPACK_INTEGRITY_KEYS : 0
189
199
steps :
Original file line number Diff line number Diff line change 39
39
" armv7-unknown-linux-gnueabihf" ,
40
40
" armv7-unknown-linux-musleabihf" ,
41
41
" powerpc64le-unknown-linux-gnu" ,
42
+ " riscv64gc-unknown-linux-gnu" ,
42
43
" s390x-unknown-linux-gnu" ,
43
44
" x86_64-apple-darwin" ,
44
45
" aarch64-apple-darwin" ,
You can’t perform that action at this time.
0 commit comments