Skip to content

Commit

Permalink
Rebuild specific node native modules
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed Jun 25, 2024
1 parent 68aa612 commit aa0fdd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/commands/install-node-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ npm ci \
--maxsockets "$MAX_SOCKETS" \
"$@"

# Rebuid specific native modules to avoid failures due to using different architectures
npm rebuild fs-xattr

echo "--- :npm: Save cache if necessary"
# Notice that we don't cache the local node_modules.
# Those get regenerated by npm ci as per Node reccomendations.
Expand Down

0 comments on commit aa0fdd3

Please sign in to comment.