Skip to content

Commit

Permalink
Auto-expand bundle progress in Buildkite on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed Jan 26, 2025
1 parent c398bac commit 7a61e52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/linux/release-entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ln -sf out/node_modules .
echo "--- Install n2"
./tools/install-n2

echo "+++ Building"
if [ $(uname -m) = "aarch64" ]; then
export PYTHONPATH=/usr/lib/python3/dist-packages
./ninja wheels:anki
Expand Down

0 comments on commit 7a61e52

Please sign in to comment.