Skip to content

Test only: play around with aarch64 CI workflow #3502

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update build-test-linux-x86_64.yml
  • Loading branch information
narendasan committed Apr 15, 2025
commit 23ae053eba595f04c2f8115191f6e6f594b80502
2 changes: 1 addition & 1 deletion .github/workflows/build-test-linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
generate-matrix:
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
uses: ./.github/workflows/generate_binary_build_matrix.yml
with:
package-type: wheel
os: linux
Expand Down
2 changes: 2 additions & 0 deletions packaging/pre_build_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set -x
# Install dependencies
python3 -m pip install pyyaml

install -y ninja-build gettext

PLATFORM="amd64"
PLATFORM=x86_64
BAZEL_PLATFORM=amd64
Expand Down
Loading