Skip to content

Commit

Permalink
chore(deps): bump manylinux from 7ed1b2d to 3c1d800 (#3)
Browse files Browse the repository at this point in the history
* chore(deps): bump manylinux from `7ed1b2d` to `3c1d800`

Bumps [manylinux](https://github.com/pypa/manylinux) from `7ed1b2d` to `3c1d800`.
- [Commits](pypa/manylinux@7ed1b2d...3c1d800)

---
updated-dependencies:
- dependency-name: manylinux
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: patch for build-cpython.sh

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vincent <[email protected]>
  • Loading branch information
dependabot[bot] and wu-vincent authored Dec 16, 2024
1 parent bb0688d commit fa159b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion patches/0003-build-shared-python.patch
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ index a913760..be01e27 100755

if [ "${2:-}" == "nogil" ]; then
PREFIX="${PREFIX}-nogil"
@@ -84,6 +84,8 @@ make install > /dev/null
@@ -88,6 +88,8 @@ make install > /dev/null
popd
rm -rf Python-${CPYTHON_VERSION} Python-${CPYTHON_VERSION}.tgz Python-${CPYTHON_VERSION}.tgz.asc

Expand Down

0 comments on commit fa159b5

Please sign in to comment.