-
Notifications
You must be signed in to change notification settings - Fork 1
Fix wheel builds #54
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
Merged
peytondmurray
merged 29 commits into
Quansight:main
from
peytondmurray:fix-non-ubuntu-builds
Dec 22, 2025
Merged
Fix wheel builds #54
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
1e0346a
Fix builds for macos, musllinux, and windows
peytondmurray 698f6f7
Remove macos-13 (unsupported); fix deps for various build platforms
peytondmurray d4f1165
Trigger on PR
peytondmurray 5124b60
Robust odbc detection in subproject too
peytondmurray 86fdcba
Wrong kwarg
peytondmurray b34bcdc
Force c++17; install msvc, apparently it's not on windows runners ???
peytondmurray 35c8f6b
Fix cpp std option
peytondmurray eb553b0
Skip 32bit windows wheels; set PYTHONUTF8=1 on windows
peytondmurray 3378add
Disable autocrlf on windows, it breaks meson patching
peytondmurray 410bab5
Don't use relpath when getting numpy include directory
peytondmurray 6a1b5e1
Remove textenc.h, I think this is solved by fixing includes
peytondmurray a5b9bee
Install icu and pkgconf so meson can find icu on windows
peytondmurray 238e161
Try installing pkgconfiglite; maybe meson will see that?
peytondmurray 1cb7e80
Correctly expand env variables
peytondmurray bb34d60
Disable everything except windows; add tmate
peytondmurray 33e4bdd
hmm, set the PKG_CONFIG_PATH correctly
peytondmurray be44b83
What?
peytondmurray 7b8afd0
Insert PKG_CONFIG_PATH into CIBW environment manually
peytondmurray 653b3e0
Try using vcpkg pkg-config
peytondmurray ccf64c0
Add in tmate to debug path
peytondmurray 1856507
Remove tmate
peytondmurray 793290e
Fix the locations by hand
peytondmurray 840ea2c
Only disable compiler warnings on linux/macos
peytondmurray 0423b73
Reorder headers so windows.h appears before sql types
peytondmurray de1033e
Ignore strict strings
peytondmurray e825a7a
Reenable other builds
peytondmurray 2232d7a
Try overriding odbc dependency in the subproject
peytondmurray 3daf433
Use immutable commit hash instead of tag for pyodbc
peytondmurray 232b27d
Fix name of needed workflow; only run tests on PRs, not push also
peytondmurray File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| name: Ubuntu build | ||
|
|
||
| on: [push, pull_request] | ||
| on: [pull_request] | ||
|
|
||
| jobs: | ||
| run_tests: | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,11 @@ | ||
| [wrap-git] | ||
| directory = pyodbc | ||
| url = https://github.com/mkleehammer/pyodbc.git | ||
| revision = 5.3.0 | ||
| # 5.3.0 | ||
| revision = 7ee5b566984f7bd3d8fcfa0369e9e163e70e1cbd | ||
| depth = 1 | ||
| patch_directory = pyodbc | ||
| diff_files = patches/textenc.patch, patches/pyproject.patch, patches/cursor.patch, patches/pyodbcmodule.patch | ||
| diff_files = patches/pyproject.patch, patches/cursor.patch, patches/pyodbcmodule.patch | ||
|
|
||
| [provide] | ||
| dependency_names = pyodbc |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.