Skip to content
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

[ci] build aarch64 wheel builds on a real aarch64 machine #6843

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
try checkout without actions/checkout
  • Loading branch information
jameslamb committed Feb 28, 2025
commit af82ba92a304840661aebc55fa7e5e629555be98
15 changes: 7 additions & 8 deletions .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
@@ -16,10 +16,6 @@ concurrency:
env:
CMAKE_BUILD_PARALLEL_LEVEL: 4
SKBUILD_STRICT_CONFIG: true
# :grimacing:
# ref: https://github.com/actions/checkout/issues/1809#issuecomment-2208352668
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16

jobs:
test-linux-aarch64:
@@ -29,10 +25,13 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 5
submodules: true
shell: bash
run: |
echo "--- hey ---"
echo $(pwd)
git status
git branch -v
git log -n 5
- name: Setup and run tests
shell: bash
run: |
Loading
Oops, something went wrong.