From 663320d9be296a8df9e9f3c2f4fb44e8cca5ce51 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 5 Jun 2024 10:57:11 -0700 Subject: [PATCH] just run wheel builds --- .github/workflows/pr.yaml | 48 +++++++++++++++++++-------------------- ci/build_wheel.sh | 2 +- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 4a142c90..2cf351bb 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -13,28 +13,28 @@ jobs: pr-builder: needs: - checks - - conda-python-build - - conda-python-tests + # - conda-python-build + # - conda-python-tests - wheel-build - - wheel-tests + # - wheel-tests secrets: inherit uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.08 checks: secrets: inherit uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.08 - conda-python-build: - needs: checks - secrets: inherit - uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.08 - with: - build_type: pull-request - conda-python-tests: - needs: conda-python-build - secrets: inherit - uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.08 - with: - build_type: pull-request - container-options: "--cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000" + # conda-python-build: + # needs: checks + # secrets: inherit + # uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.08 + # with: + # build_type: pull-request + # conda-python-tests: + # needs: conda-python-build + # secrets: inherit + # uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.08 + # with: + # build_type: pull-request + # container-options: "--cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000" wheel-build: needs: checks secrets: inherit @@ -42,11 +42,11 @@ jobs: with: build_type: pull-request script: ci/build_wheel.sh - wheel-tests: - needs: wheel-build - secrets: inherit - uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.08 - with: - build_type: pull-request - script: ci/test_wheel.sh - container-options: "--cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000" + # wheel-tests: + # needs: wheel-build + # secrets: inherit + # uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.08 + # with: + # build_type: pull-request + # script: ci/test_wheel.sh + # container-options: "--cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000" diff --git a/ci/build_wheel.sh b/ci/build_wheel.sh index d787b8c1..0097a7fd 100755 --- a/ci/build_wheel.sh +++ b/ci/build_wheel.sh @@ -26,7 +26,7 @@ rapids-generate-version > ./VERSION RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})" -python -m pip wheel . -w dist -v --no-deps --disable-pip-version-check +python -m pip wheel . -w dist--no-deps --disable-pip-version-check mkdir -p final_dist python -m auditwheel repair \