Skip to content

Commit 15c68e0

Browse files
committed
0.0.131
1 parent 1a633b5 commit 15c68e0

File tree

16 files changed

+63
-66
lines changed

16 files changed

+63
-66
lines changed

.github/workflows/CI.yml

Lines changed: 48 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,12 @@ jobs:
8282
sudo apt-get update
8383
sudo apt-get install -y build-essential cmake openssl libssl-dev openssl
8484
build: yarn build --target aarch64-linux-android
85-
8685
- host: ubuntu-latest
8786
target: armv7-linux-androideabi
8887
setup: |
8988
sudo apt-get update
9089
sudo apt-get install -y build-essential cmake openssl libssl-dev perl libc6 gcc ca-certificates
9190
build: yarn build --target armv7-linux-androideabi
92-
9391
# - host: ubuntu-latest
9492
# target: aarch64-unknown-linux-musl
9593
# setup: |
@@ -102,7 +100,6 @@ jobs:
102100
# yarn build --target aarch64-unknown-linux-musl
103101
# env:
104102
# CXXFLAGS: '--stdlib=libc++ -L/usr/lib/llvm-18/lib -static'
105-
106103
- host: windows-latest
107104
target: aarch64-pc-windows-msvc
108105
build: |
@@ -171,54 +168,54 @@ jobs:
171168
path: ${{ env.APP_NAME }}.*.node
172169
if-no-files-found: error
173170

174-
build-freebsd:
175-
runs-on: macos-13
176-
name: Build FreeBSD
177-
steps:
178-
- uses: actions/checkout@v4
179-
- name: Build
180-
id: build
181-
uses: cross-platform-actions/action@v0.25.0
182-
env:
183-
DEBUG: napi:*
184-
RUSTUP_IO_THREADS: 1
185-
with:
186-
operating_system: freebsd
187-
version: '13.2'
188-
memory: 13G
189-
cpu_count: 3
190-
environment_variables: DEBUG RUSTUP_IO_THREADS
191-
shell: bash
192-
run: |
193-
sudo pkg install -y -f curl node libnghttp2 npm openssl
194-
sudo npm install -g yarn --ignore-scripts
195-
curl https://sh.rustup.rs -sSf --output rustup.sh
196-
sh rustup.sh -y --profile minimal --default-toolchain stable
197-
source "$HOME/.cargo/env"
198-
echo "~~~~ rustc --version ~~~~"
199-
rustc --version
200-
echo "~~~~ node -v ~~~~"
201-
node -v
202-
echo "~~~~ yarn --version ~~~~"
203-
yarn --version
204-
pwd
205-
ls -lah
206-
whoami
207-
env
208-
freebsd-version
209-
yarn install
210-
yarn build
211-
strip -x *.node
212-
yarn test
213-
rm -rf node_modules
214-
rm -rf target
215-
rm -rf .yarn/cache
216-
- name: Upload artifact
217-
uses: actions/upload-artifact@v3
218-
with:
219-
name: bindings-freebsd
220-
path: ${{ env.APP_NAME }}.*.node
221-
if-no-files-found: error
171+
# build-freebsd:
172+
# runs-on: macos-13
173+
# name: Build FreeBSD
174+
# steps:
175+
# - uses: actions/checkout@v4
176+
# - name: Build
177+
# id: build
178+
# uses: cross-platform-actions/action@v0.25.0
179+
# env:
180+
# DEBUG: napi:*
181+
# RUSTUP_IO_THREADS: 1
182+
# with:
183+
# operating_system: freebsd
184+
# version: '13.2'
185+
# memory: 13G
186+
# cpu_count: 3
187+
# environment_variables: DEBUG RUSTUP_IO_THREADS
188+
# shell: bash
189+
# run: |
190+
# sudo pkg install -y -f curl node libnghttp2 npm openssl
191+
# sudo npm install -g yarn --ignore-scripts
192+
# curl https://sh.rustup.rs -sSf --output rustup.sh
193+
# sh rustup.sh -y --profile minimal --default-toolchain stable
194+
# source "$HOME/.cargo/env"
195+
# echo "~~~~ rustc --version ~~~~"
196+
# rustc --version
197+
# echo "~~~~ node -v ~~~~"
198+
# node -v
199+
# echo "~~~~ yarn --version ~~~~"
200+
# yarn --version
201+
# pwd
202+
# ls -lah
203+
# whoami
204+
# env
205+
# freebsd-version
206+
# yarn install
207+
# yarn build
208+
# strip -x *.node
209+
# yarn test
210+
# rm -rf node_modules
211+
# rm -rf target
212+
# rm -rf .yarn/cache
213+
# - name: Upload artifact
214+
# uses: actions/upload-artifact@v3
215+
# with:
216+
# name: bindings-freebsd
217+
# path: ${{ env.APP_NAME }}.*.node
218+
# if-no-files-found: error
222219

223220
test-macOS-windows-binding:
224221
name: Test bindings on ${{ matrix.settings.target }} - node@${{ matrix.node }}

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

0 commit comments

Comments
 (0)