-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the weekly build of docker containers: - change to relative path in the COPY statements of the Dockerfiles generated with gen_dockerfile.sh - reduce number of build containers to 4: manylinux/musllinux, i686/x86_64 - parametrised python versions - installed rust and cargo on musllinux and manylinux2014 - updated ci_build_wheels to match the reduced number of containers that are build - install SWIG with pip instead of via the linux distribution to ensure a consistent swig version - avoid that split_url() and split_meta_uri() returns and extra None argument with SWIG 4.3.0 This PR combines PR #1017 and #1019. It should be followed up by a PR adding support for Python 3.13 and more included dependencies like pydantic, paramiko, pandas, ... (except for manylinux2014)
- Loading branch information
1 parent
33cbf4e
commit fae504a
Showing
15 changed files
with
222 additions
and
178 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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
Oops, something went wrong.