Skip to content

Commit

Permalink
Install n2 in release entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed Sep 27, 2024
1 parent 201f139 commit 1b7390f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/linux/release-entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ export BUILD_ROOT=/state/build
export RELEASE=2
ln -sf out/node_modules .

echo "--- Install n2"
./tools/install-n2

if [ $(uname -m) = "aarch64" ]; then
./ninja wheels:anki
else
Expand Down

0 comments on commit 1b7390f

Please sign in to comment.