File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
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:*
33
34
id : version
34
35
with :
35
36
static-checking : localIsNew
36
- file-url : https://cdn.jsdelivr.net/npm /unrs-resolver@latest/package.json
37
+ file-url : https://unpkg.com /unrs-resolver@latest/package.json
37
38
file-name : npm/package.json
38
39
39
40
- name : Set version name
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'
48
49
strategy :
49
50
fail-fast : false
50
51
matrix :
77
78
- os : ubuntu-latest
78
79
target : armv7-unknown-linux-musleabihf
79
80
build : pnpm build -x
81
+ - os : ubuntu-latest
82
+ target : riscv64gc-unknown-linux-gnu
83
+ build : export CFLAGS="-fuse-ld=lld" && pnpm build --use-napi-cross
80
84
- os : ubuntu-latest
81
85
target : powerpc64le-unknown-linux-gnu
82
86
build : pnpm build --use-napi-cross
@@ -132,7 +136,7 @@ jobs:
132
136
133
137
build-freebsd :
134
138
needs : check
135
- if : needs.check.outputs.version_changed == 'true'
139
+ # if: needs.check.outputs.version_changed == 'true'
136
140
name : Build FreeBSD
137
141
runs-on : ubuntu-latest
138
142
steps :
@@ -182,8 +186,10 @@ jobs:
182
186
permissions :
183
187
id-token : write # for `npm publish --provenance`
184
188
needs :
189
+ - check
185
190
- build
186
191
- build-freebsd
192
+ if : needs.check.outputs.version_changed == 'true'
187
193
env :
188
194
COREPACK_INTEGRITY_KEYS : 0
189
195
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" ,
Original file line number Diff line number Diff line change 1
1
[workspace ]
2
2
semver_check = true
3
- allow_dirty = true # The "fixtures" is being marked as dirty.
3
+ allow_dirty = true # The "fixtures" is being marked as dirty.
4
4
changelog_config = " cliff.toml"
5
5
git_tag_name = " v{{ version }}"
You can’t perform that action at this time.
0 commit comments