-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
350e787
commit 5d2315f
Showing
2 changed files
with
1 addition
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -153,57 +153,11 @@ jobs: | |
name: bindings-${{ matrix.settings.target }} | ||
path: ${{ github.workspace }}/languages/node/infisical.*.node | ||
if-no-files-found: error | ||
build-freebsd: | ||
runs-on: macos-13 | ||
name: Build FreeBSD | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Build | ||
id: build | ||
uses: cross-platform-actions/[email protected] | ||
env: | ||
DEBUG: napi:* | ||
RUSTUP_IO_THREADS: 1 | ||
with: | ||
operating_system: freebsd | ||
version: "13.2" | ||
memory: 13G | ||
cpu_count: 3 | ||
environment_variables: "DEBUG RUSTUP_IO_THREADS" | ||
shell: bash | ||
run: | | ||
sudo pkg install -y -f curl node libnghttp2 npm | ||
sudo npm install -g yarn --ignore-scripts | ||
curl https://sh.rustup.rs -sSf --output rustup.sh | ||
sh rustup.sh -y --profile minimal --default-toolchain beta | ||
source "$HOME/.cargo/env" | ||
echo "~~~~ rustc --version ~~~~" | ||
rustc --version | ||
echo "~~~~ node -v ~~~~" | ||
node -v | ||
echo "~~~~ yarn --version ~~~~" | ||
yarn --version | ||
pwd | ||
ls -lah | ||
whoami | ||
env | ||
freebsd-version | ||
yarn install | ||
yarn build | ||
rm -rf node_modules | ||
rm -rf target | ||
rm -rf .yarn/cache | ||
- name: Upload artifact | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: bindings-freebsd | ||
path: ${{ github.workspace }}/languages/node/infisical.*.node | ||
if-no-files-found: error | ||
publish: | ||
name: Publish | ||
runs-on: ubuntu-latest | ||
needs: | ||
- build-freebsd | ||
- build | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Setup node | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters