Skip to content

Commit 4059d22

Browse files
taegyunkimemmettbutlerbrettlangdon
authored
build: skip building/releasing i686 linux wheels (#15288)
## Description <!-- Provide an overview of the change and motivation for the change --> ## Testing <!-- Describe your testing strategy or note what tests are included --> ## Risks <!-- Note any risks associated with this change, or "None" if no risks --> ## Additional Notes <!-- Any other information that would be helpful for reviewers --> --------- Co-authored-by: Emmett Butler <723615+emmettbutler@users.noreply.github.com> Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com>
1 parent c2e0ab9 commit 4059d22

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: ./.github/workflows/build_python_3.yml
7171
with:
7272
cibw_build: 'cp39* cp310* cp311* cp312* cp313* cp314*'
73-
cibw_skip: 'cp39-win_arm64 cp310-win_arm64 cp314t*'
73+
cibw_skip: 'cp39-win_arm64 cp310-win_arm64 cp314t* *_i686'
7474
library_version: ${{ needs.compute_version.outputs.library_version }}
7575

7676
build_sdist:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
upgrade:
3+
- |
4+
32-bit linux is no longer supported. Please contact us if this blocks upgrading dd-trace-py.

0 commit comments

Comments
 (0)