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
more cleanup
  • Loading branch information
jameslamb committed Feb 28, 2025
commit 403d9e1dc028a939a201132bbccd4f3f3129d79a
1 change: 0 additions & 1 deletion .ci/setup.sh
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@
set -e -E -u -o pipefail

# defaults
AZURE=${AZURE:-"false"}
IN_UBUNTU_BASE_CONTAINER=${IN_UBUNTU_BASE_CONTAINER:-"false"}
SETUP_CONDA=${SETUP_CONDA:-"true"}

1 change: 0 additions & 1 deletion .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
@@ -48,7 +48,6 @@ jobs:
docker run \
--platform "${PLATFORM}" \
--rm \
--env AZURE=true \
--env BUILD_DIRECTORY=${{ env.BUILD_DIRECTORY }} \
--env BUILD_ARTIFACTSTAGINGDIRECTORY=${{ env.BUILD_DIRECTORY }}/artifacts/ \
--env COMPILER=gcc \
1 change: 0 additions & 1 deletion tests/python_package_test/test_dask.py
Original file line number Diff line number Diff line change
@@ -5,7 +5,6 @@
import socket
from itertools import groupby
from os import getenv
from platform import machine
from sys import platform
from urllib.parse import urlparse