File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 46
46
47
47
build :
48
48
needs : check
49
- if : needs.check.outputs.version_changed == 'true'
49
+ # if: needs.check.outputs.version_changed == 'true'
50
50
env :
51
51
version : ${{ needs.check.outputs.version }}
52
52
outputs :
83
83
- os : ubuntu-latest
84
84
target : armv7-unknown-linux-musleabihf
85
85
build : pnpm build -x
86
+ - os : ubuntu-latest
87
+ target : riscv64gc-unknown-linux-gnu
88
+ build : export CFLAGS="-fuse-ld=lld" && pnpm build --use-napi-cross
86
89
- os : ubuntu-latest
87
90
target : powerpc64le-unknown-linux-gnu
88
91
build : pnpm build --use-napi-cross
@@ -138,7 +141,7 @@ jobs:
138
141
139
142
build-freebsd :
140
143
needs : check
141
- if : needs.check.outputs.version_changed == 'true'
144
+ # if: needs.check.outputs.version_changed == 'true'
142
145
name : Build FreeBSD
143
146
runs-on : ubuntu-latest
144
147
steps :
@@ -188,8 +191,10 @@ jobs:
188
191
permissions :
189
192
id-token : write # for `npm publish --provenance`
190
193
needs :
194
+ - check
191
195
- build
192
196
- build-freebsd
197
+ if : needs.check.outputs.version_changed == 'true'
193
198
env :
194
199
COREPACK_INTEGRITY_KEYS : 0
195
200
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