Skip to content

Commit

Permalink
Manylinux fix (#212)
Browse files Browse the repository at this point in the history
* Fix docker tag for manylinux
* Updated changelog
  • Loading branch information
pkittenis authored Jan 12, 2025
1 parent 4b77159 commit e58f3ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Packaging
* Added binary wheels for Python versions 3.11, 3.12 and 3.13 on support manylinux wheel builds.
* Added OSX 12.0, 13.0 and 14.0 wheels, Apple Silicon.
* Support OSX brew OpenSSL from source builds.
* Top level tests directory is now cross platform and can be run by vendors.
* Moved CI specific integration tests to their own space.


1.0.0
Expand Down
2 changes: 1 addition & 1 deletion ci/build-manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [[ $(uname -m) == "aarch64" ]]; then
fi

for docker_file in "${docker_files[@]}"; do
if [[ ${docker_file} == "ci/docker/manylinux/Dockerfile_2014_x86_64" ]]; then
if [[ ${docker_file} == "ci/docker/manylinux/Dockerfile.2014_x86_64" ]]; then
docker_tag="${docker_tag}:2014_x86_64"
fi
docker pull $docker_tag || echo
Expand Down

0 comments on commit e58f3ad

Please sign in to comment.