Skip to content

Commit

Permalink
feat: add freebsd support again for the node binding (attempt 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Oct 29, 2024
2 parents bdaa23d + 18e316e commit d16a28c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ jobs:
RUSTUP_IO_THREADS: 1
with:
operating_system: freebsd
version: '13.2'
version: '13.3'
memory: 8G
cpu_count: 3
environment_variables: DEBUG RUSTUP_IO_THREADS
Expand Down Expand Up @@ -751,7 +751,7 @@ jobs:
needs:
- setup
- node-test
#- node-freebsd
- node-freebsd
- native-test
- commit
- pages
Expand Down
2 changes: 1 addition & 1 deletion bindings/node/npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
"https://github.com/sponsors/null8626",
"https://ko-fi.com/null8626"
]
}
}
3 changes: 2 additions & 1 deletion bindings/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"armv7-unknown-linux-gnueabihf",
"x86_64-unknown-linux-musl",
"i686-pc-windows-msvc",
"armv7-linux-androideabi"
"armv7-linux-androideabi",
"x86_64-unknown-freebsd"
]
}
},
Expand Down

0 comments on commit d16a28c

Please sign in to comment.