Skip to content

Commit

Permalink
HACK: try manually install node-gyp in harbor-portal:v2.6.3.
Browse files Browse the repository at this point in the history
Signed-off-by: Nashwan Azhari <[email protected]>
  • Loading branch information
aznashwan committed Jul 24, 2024
1 parent 751ce5a commit 99daa59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions v2.6.3/harbor-portal/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ parts:
cd "$OUTDIR"
mkdir -p "$OUTDIR/dist"
# HACK(aznashwan): update node-gyp version for arm machines:
npm install -g node-gyp
npm install --unsafe-perm
npm run generate-build-timestamp
Expand Down

0 comments on commit 99daa59

Please sign in to comment.