Skip to content

Commit 3d73cf6

Browse files
Unpin the manylinux image in the Release workflow. (#5155)
[SC-50383](https://app.shortcut.com/tiledb-inc/story/50383/failures-in-the-release-workflow) Because CentOS 7 went out of support recently, its package repository URL has changed to `vault.centos.org`. The manylinux image [has been updated](pypa/manylinux@7beb9ae) accordingly, but this update was not caught by the Release workflow, because the manylinux image tag is pinned. This PR unpins the image. --- TYPE: NO_HISTORY
1 parent 9c6411f commit 3d73cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
MACOSX_DEPLOYMENT_TARGET: 11
6666
triplet: arm64-osx-release
6767
runs-on: ${{ matrix.os }}
68-
container: ${{ matrix.manylinux && 'quay.io/pypa/manylinux2014_x86_64:2023-11-13-f6b0c51' || '' }}
68+
container: ${{ matrix.manylinux && 'quay.io/pypa/manylinux2014_x86_64' || '' }}
6969
env:
7070
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.MACOSX_DEPLOYMENT_TARGET }}
7171
VCPKG_BINARY_SOURCES: 'clear;x-gha,readwrite'
@@ -206,4 +206,4 @@ jobs:
206206
with:
207207
name: Release failed
208208
label: bug
209-
assignee: KiterLuc,teo-tsirpanis,davisp
209+
assignee: KiterLuc,teo-tsirpanis,davisp

0 commit comments

Comments
 (0)