Skip to content

Commit

Permalink
[TEST] Log native module rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed Jun 25, 2024
1 parent aa0fdd3 commit 2bad81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/commands/install-node-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ npm ci \
"$@"

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

echo "--- :npm: Save cache if necessary"
# Notice that we don't cache the local node_modules.
Expand Down

0 comments on commit 2bad81a

Please sign in to comment.