Skip to content

Commit

Permalink
build(lib): Update manylinux container to 2_28
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Jul 4, 2024
1 parent ed2fc8c commit bd1f2e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Library Release Build

on:
push:
branches:
- release-library/**
# branches:
# - release-library/**

env:
CARGO_TERM_COLOR: always
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker-manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ docker run \
-v "$(pwd):/work" \
-e SKIP_RELAY_LIB_BUILD=1 \
-e CARGO_BUILD_TARGET \
quay.io/pypa/manylinux2014_${TARGET} \
quay.io/pypa/manylinux_2_28_${TARGET} \
sh manylinux.sh

# Fix permissions for shared directories
Expand Down

0 comments on commit bd1f2e7

Please sign in to comment.