Skip to content

Commit 5f08de4

Browse files
committed
0.0.126
1 parent 1eafb59 commit 5f08de4

File tree

16 files changed

+25
-23
lines changed

16 files changed

+25
-23
lines changed

.github/workflows/CI.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,11 @@ jobs:
5353
target: x86_64-unknown-linux-musl
5454
setup: |
5555
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
5657
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
5758
build: yarn build --target x86_64-unknown-linux-musl
58-
env:
59-
CXXFLAGS: '--stdlib=libc++ -L/usr/lib/llvm-18/lib -static'
59+
# env:
60+
# CXXFLAGS: '--stdlib=libc++ -L/usr/lib/llvm-18/lib -static'
6061
- host: macos-latest
6162
target: aarch64-apple-darwin
6263
build: yarn build --target aarch64-apple-darwin
@@ -73,8 +74,8 @@ jobs:
7374
sudo apt-get update
7475
sudo apt-get install build-essential pkg-config perl gcc cmake libc6 ca-certificates openssl libssl-dev gcc-arm-linux-gnueabihf -y
7576
build: yarn build --target armv7-unknown-linux-gnueabihf
76-
env:
77-
CXXFLAGS: '--stdlib=libc++ -L/usr/lib/llvm-18/lib -static'
77+
# env:
78+
# CXXFLAGS: '--stdlib=libc++ -L/usr/lib/llvm-18/lib -static'
7879
- host: ubuntu-latest
7980
target: aarch64-linux-android
8081
setup: |
@@ -93,13 +94,14 @@ jobs:
9394
target: aarch64-unknown-linux-musl
9495
setup: |
9596
sudo apt-get update && sudo apt-get install -y pkg-config build-essential musl-tools musl-dev ca-certificates gcc g++ libc6 perl openssl libssl-dev
97+
export CC=musl-gcc
9698
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
9799
build: |
98100
set -e &&
99101
rustup target add aarch64-unknown-linux-musl &&
100102
yarn build --target aarch64-unknown-linux-musl
101-
env:
102-
CXXFLAGS: '--stdlib=libc++ -L/usr/lib/llvm-18/lib -static'
103+
# env:
104+
# CXXFLAGS: '--stdlib=libc++ -L/usr/lib/llvm-18/lib -static'
103105
- host: windows-latest
104106
target: aarch64-pc-windows-msvc
105107
build: |
@@ -169,13 +171,13 @@ jobs:
169171
if-no-files-found: error
170172

171173
build-freebsd:
172-
runs-on: macos-12
174+
runs-on: macos-13
173175
name: Build FreeBSD
174176
steps:
175177
- uses: actions/checkout@v4
176178
- name: Build
177179
id: build
178-
uses: cross-platform-actions/action@v0.21.0
180+
uses: cross-platform-actions/action@v0.25.0
179181
env:
180182
DEBUG: napi:*
181183
RUSTUP_IO_THREADS: 1

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.125",
3+
"version": "0.0.126",
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.125",
3+
"version": "0.0.126",
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.125",
3+
"version": "0.0.126",
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.125",
3+
"version": "0.0.126",
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.125",
3+
"version": "0.0.126",
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.125",
3+
"version": "0.0.126",
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.125",
3+
"version": "0.0.126",
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.125",
3+
"version": "0.0.126",
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.125",
3+
"version": "0.0.126",
44
"repository": "https://github.com/spider-rs/spider-nodejs",
55
"os": [
66
"linux"

0 commit comments

Comments
 (0)