Skip to content

Commit c617830

Browse files
committed
Release 0.0.3
1 parent 73ecaf2 commit c617830

File tree

4 files changed

+4
-47
lines changed

4 files changed

+4
-47
lines changed

.github/workflows/node-bind-build.yml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -47,61 +47,19 @@ jobs:
4747
build: |
4848
pnpm --filter @okamjs/okam build
4949
strip -x ./crates/node/*.node
50-
- host: windows-latest
51-
build: pnpm --filter @okamjs/okam build
52-
target: x86_64-pc-windows-msvc
53-
- host: windows-latest
54-
build: |
55-
rustup target add i686-pc-windows-msvc
56-
pnpm --filter @okamjs/okam build --target i686-pc-windows-msvc
57-
target: i686-pc-windows-msvc
5850
- host: ubuntu-latest
5951
target: x86_64-unknown-linux-gnu
6052
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
6153
build: |-
6254
set -e &&
6355
pnpm --filter @okamjs/okam build --target x86_64-unknown-linux-gnu &&
6456
strip ./crates/node/*.node
65-
- host: ubuntu-latest
66-
target: x86_64-unknown-linux-musl
67-
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
68-
build: set -e && pnpm --filter @okamjs/okam build && strip ./crates/node/*.node
6957
- host: macos-latest
7058
target: aarch64-apple-darwin
7159
build: |
7260
rustup target add aarch64-apple-darwin
7361
pnpm --filter @okamjs/okam build --target aarch64-apple-darwin
7462
strip -x ./crates/node/*.node
75-
- host: ubuntu-latest
76-
target: aarch64-unknown-linux-gnu
77-
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
78-
build: |-
79-
set -e &&
80-
rustup target add aarch64-unknown-linux-gnu &&
81-
pnpm --filter @okamjs/okam build --target aarch64-unknown-linux-gnu &&
82-
aarch64-unknown-linux-gnu-strip ./crates/node/*.node
83-
- host: ubuntu-latest
84-
target: armv7-unknown-linux-gnueabihf
85-
setup: |
86-
sudo apt-get update
87-
sudo apt-get install gcc-arm-linux-gnueabihf -y
88-
build: |
89-
rustup target add armv7-unknown-linux-gnueabihf
90-
pnpm --filter @okamjs/okam build --target armv7-unknown-linux-gnueabihf
91-
arm-linux-gnueabihf-strip ./crates/node/*.node
92-
- host: ubuntu-latest
93-
target: aarch64-unknown-linux-musl
94-
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
95-
build: |-
96-
set -e &&
97-
rustup target add aarch64-unknown-linux-musl &&
98-
pnpm --filter @okamjs/okam build --target aarch64-unknown-linux-musl &&
99-
/aarch64-linux-musl-cross/bin/aarch64-linux-musl-strip ./crates/node/*.node
100-
- host: windows-latest
101-
target: aarch64-pc-windows-msvc
102-
build: |
103-
rustup target add aarch64-pc-windows-msvc
104-
pnpm --filter @okamjs/okam build --target aarch64-pc-windows-msvc
10563
name: stable - ${{ matrix.settings.target }} - node@18
10664
runs-on: ${{ matrix.settings.host }}
10765
steps:

crates/node/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@okamjs/okam",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"napi": {
@@ -10,8 +10,7 @@
1010
"additional": [
1111
"aarch64-apple-darwin",
1212
"x86_64-apple-darwin",
13-
"x86_64-unknown-linux-gnu",
14-
"x86_64-unknown-linux-musl"
13+
"x86_64-unknown-linux-gnu"
1514
]
1615
}
1716
},

packages/bundler-okam/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@alipay/umi-bundler-okam",
33
"version": "0.0.0-alpha.4",
44
"dependencies": {
5-
"@okamjs/okam": "0.0.2",
5+
"@okamjs/okam": "0.0.3",
66
"@swc/helpers": "0.5.1",
77
"node-libs-browser-okam": "2.2.2",
88
"react-refresh": "^0.14.0",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)