Skip to content

Commit 2fa9c97

Browse files
author
Release Manager
committed
sagemathgh-39728: CI: Remove broken wheel building for sagemath-categories <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes sagemath#12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes sagemath#12345". --> Building the wheel for sagemath-categories fails with ``` Successfully built sagemath_categories-10.6b9-py3-none-any.whl + /opt/python/cp38-cp38/bin/python -c 'import sys, json, glob; json.dump(glob.glob('"'"'/tmp/cibuildwheel/built_wheel/*.whl'"'"'), sys.stdout)' + rm -rf /tmp/cibuildwheel/repaired_wheel + mkdir -p /tmp/cibuildwheel/repaired_wheel Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/site- packages/cibuildwheel/__main__.py", line 383, in <module> main() File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/site- packages/cibuildwheel/__main__.py", line 143, in main build_in_directory(args) File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/site- packages/cibuildwheel/__main__.py", line 315, in build_in_directory platform_module.build(options, tmp_path) File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/site- packages/cibuildwheel/linux.py", line 440, in build build_in_container( File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/site- packages/cibuildwheel/linux.py", line 300, in build_in_container raise NonPlatformWheelError() cibuildwheel.util.NonPlatformWheelError: cibuildwheel: Build failed because a pure Python wheel was generated. ``` https://github.com/sagemath/sage/actions/runs/13750937376/job/3845196717 7 Thus, building this wheel is removed for now. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [ ] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#39728 Reported by: Tobias Diez Reviewer(s): Dima Pasechnik
2 parents 0115993 + 0edc55a commit 2fa9c97

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/dist.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,6 @@ jobs:
275275
run: |
276276
"${{ steps.python.outputs.python-path }}" -m cibuildwheel unpacked/sagemath*objects*
277277
278-
- name: sagemath-categories
279-
run: |
280-
"${{ steps.python.outputs.python-path }}" -m cibuildwheel unpacked/sagemath*categories*
281-
282278
- name: sagemath-bliss
283279
run: |
284280
"${{ steps.python.outputs.python-path }}" -m cibuildwheel unpacked/sagemath*bliss*

0 commit comments

Comments
 (0)