Skip to content

Commit

Permalink
Merge pull request #72 from Contrast-Security-Inc/NODE-3519-retire-pr…
Browse files Browse the repository at this point in the history
…ebuildify-cross

looks like 22.5.1 works
  • Loading branch information
bmacnaughton authored Jul 22, 2024
2 parents 0ac838e + f0de7c4 commit 74b0aa0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release-no-prebuildify-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ jobs:
run: npm ci --ignore-scripts
- name: whoami
run: id
- name: Make prebuildify available to npx
# this might be a bit of a hack. i could install prebuildify without
# --ignore-scripts, but that seems like a bad idea if ignoring scripts
# is important.
run: mkdir -p node_modules/.bin && ln -sr node_modules/prebuildify/bin.js node_modules/.bin/prebuildify
# build each image inline so the matrix doesn't checkout, install, install each time.
- name: Build alpine
run: docker run --rm -v ${{ github.workspace }}:/repo -w /repo -u $(id -u) ghcr.io/bmacnaughton/alpine
Expand Down

0 comments on commit 74b0aa0

Please sign in to comment.