Skip to content

Commit 1a633b5

Browse files
committed
0.0.130
1 parent 4280ab8 commit 1a633b5

File tree

16 files changed

+46
-45
lines changed

16 files changed

+46
-45
lines changed

.github/workflows/CI.yml

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ jobs:
4949
sudo apt-get update
5050
sudo apt-get install -y gcc build-essential cmake openssl libssl-dev ca-certificates libc6 perl
5151
build: yarn build --target x86_64-unknown-linux-gnu
52-
- host: ubuntu-latest
53-
target: x86_64-unknown-linux-musl
54-
setup: |
55-
sudo apt-get update && sudo apt-get install -y build-essential pkg-config cmake musl-tools musl-dev openssl libssl-dev ca-certificates gcc g++ libc6
56-
export CC=musl-gcc
57-
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
58-
build: yarn build --target x86_64-unknown-linux-musl
59-
# env:
60-
# CXXFLAGS: '--stdlib=libc++ -L/usr/lib/llvm-18/lib -static'
52+
# - host: ubuntu-latest
53+
# target: x86_64-unknown-linux-musl
54+
# setup: |
55+
# sudo apt-get update && sudo apt-get install -y build-essential pkg-config cmake musl-tools musl-dev openssl libssl-dev ca-certificates gcc g++ libc6
56+
# export CC=musl-gcc
57+
# docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
58+
# build: yarn build --target x86_64-unknown-linux-musl
59+
# env:
60+
# CXXFLAGS: '--stdlib=libc++ -L/usr/lib/llvm-18/lib -static'
6161
- host: macos-latest
6262
target: aarch64-apple-darwin
6363
build: yarn build --target aarch64-apple-darwin
@@ -68,14 +68,14 @@ jobs:
6868
sudo apt-get update
6969
sudo apt-get install -y gcc-aarch64-linux-gnu build-essential cmake openssl libssl-dev ca-certificates gcc libc6 perl
7070
build: yarn build --target aarch64-unknown-linux-gnu
71-
- host: ubuntu-latest
72-
target: armv7-unknown-linux-gnueabihf
73-
setup: |
74-
sudo apt-get update
75-
sudo apt-get install build-essential pkg-config perl gcc cmake libc6 ca-certificates openssl libssl-dev gcc-arm-linux-gnueabihf -y
76-
build: yarn build --target armv7-unknown-linux-gnueabihf
77-
# env:
78-
# CXXFLAGS: '--stdlib=libc++ -L/usr/lib/llvm-18/lib -static'
71+
# - host: ubuntu-latest
72+
# target: armv7-unknown-linux-gnueabihf
73+
# setup: |
74+
# sudo apt-get update
75+
# sudo apt-get install build-essential pkg-config perl gcc cmake libc6 ca-certificates openssl libssl-dev gcc-arm-linux-gnueabihf -y
76+
# build: yarn build --target armv7-unknown-linux-gnueabihf
77+
# env:
78+
# CXXFLAGS: '--stdlib=libc++ -L/usr/lib/llvm-18/lib -static'
7979
- host: ubuntu-latest
8080
target: aarch64-linux-android
8181
setup: |
@@ -90,18 +90,19 @@ jobs:
9090
sudo apt-get install -y build-essential cmake openssl libssl-dev perl libc6 gcc ca-certificates
9191
build: yarn build --target armv7-linux-androideabi
9292

93-
- host: ubuntu-latest
94-
target: aarch64-unknown-linux-musl
95-
setup: |
96-
sudo apt-get update && sudo apt-get install -y pkg-config clang perl-utils build-essential musl-tools musl-dev ca-certificates gcc g++ libc6 perl openssl libssl-dev
97-
export CC=musl-gcc
98-
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
99-
build: |
100-
set -e &&
101-
rustup target add aarch64-unknown-linux-musl &&
102-
yarn build --target aarch64-unknown-linux-musl
103-
# env:
104-
# CXXFLAGS: '--stdlib=libc++ -L/usr/lib/llvm-18/lib -static'
93+
# - host: ubuntu-latest
94+
# target: aarch64-unknown-linux-musl
95+
# setup: |
96+
# sudo apt-get update && sudo apt-get install -y pkg-config clang perl-utils build-essential musl-tools musl-dev ca-certificates gcc g++ libc6 perl openssl libssl-dev
97+
# export CC=musl-gcc
98+
# docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
99+
# build: |
100+
# set -e &&
101+
# rustup target add aarch64-unknown-linux-musl &&
102+
# yarn build --target aarch64-unknown-linux-musl
103+
# env:
104+
# CXXFLAGS: '--stdlib=libc++ -L/usr/lib/llvm-18/lib -static'
105+
105106
- host: windows-latest
106107
target: aarch64-pc-windows-msvc
107108
build: |
@@ -444,7 +445,7 @@ jobs:
444445
name: Publish
445446
runs-on: ubuntu-latest
446447
needs:
447-
- build-freebsd
448+
# - build-freebsd
448449
- test-macOS-windows-binding
449450
- test-linux-x64-gnu-binding
450451
- test-linux-x64-musl-binding

npm/android-arm-eabi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spider-rs/spider-rs-android-arm-eabi",
3-
"version": "0.0.129",
3+
"version": "0.0.130",
44
"repository": "https://github.com/spider-rs/spider-nodejs",
55
"os": [
66
"android"

npm/android-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spider-rs/spider-rs-android-arm64",
3-
"version": "0.0.129",
3+
"version": "0.0.130",
44
"repository": "https://github.com/spider-rs/spider-nodejs",
55
"os": [
66
"android"

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spider-rs/spider-rs-darwin-arm64",
3-
"version": "0.0.129",
3+
"version": "0.0.130",
44
"repository": "https://github.com/spider-rs/spider-nodejs",
55
"os": [
66
"darwin"

npm/darwin-universal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spider-rs/spider-rs-darwin-universal",
3-
"version": "0.0.129",
3+
"version": "0.0.130",
44
"repository": "https://github.com/spider-rs/spider-nodejs",
55
"os": [
66
"darwin"

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spider-rs/spider-rs-darwin-x64",
3-
"version": "0.0.129",
3+
"version": "0.0.130",
44
"repository": "https://github.com/spider-rs/spider-nodejs",
55
"os": [
66
"darwin"

npm/freebsd-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spider-rs/spider-rs-freebsd-x64",
3-
"version": "0.0.129",
3+
"version": "0.0.130",
44
"repository": "https://github.com/spider-rs/spider-nodejs",
55
"os": [
66
"freebsd"

npm/linux-arm-gnueabihf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spider-rs/spider-rs-linux-arm-gnueabihf",
3-
"version": "0.0.129",
3+
"version": "0.0.130",
44
"repository": "https://github.com/spider-rs/spider-nodejs",
55
"os": [
66
"linux"

npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spider-rs/spider-rs-linux-arm64-gnu",
3-
"version": "0.0.129",
3+
"version": "0.0.130",
44
"repository": "https://github.com/spider-rs/spider-nodejs",
55
"os": [
66
"linux"

npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spider-rs/spider-rs-linux-arm64-musl",
3-
"version": "0.0.129",
3+
"version": "0.0.130",
44
"repository": "https://github.com/spider-rs/spider-nodejs",
55
"os": [
66
"linux"

0 commit comments

Comments
 (0)