Skip to content

Commit 0d90297

Browse files
committed
PIP: update to manylinux_2_28 to fix GLSLang plugin
1 parent 411ab59 commit 0d90297

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pip-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
docker run -e PYVER=${{ matrix.pyver }} -e SKBUILD_BUILD_OPTIONS=-j4 --rm -v `pwd`:/workspace pypi
2121
f=`ls *.whl`
22-
mv $f ${f/linux/manylinux2014}
22+
mv $f ${f/linux/manylinux_2_28}
2323
pip3 install twine
2424
python -m twine upload --repository pypi *.whl
2525
windows:

SDK/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/pypa/manylinux2014_x86_64:latest
1+
FROM quay.io/pypa/manylinux_2_28_x86_64:latest
22
RUN yum install -y libXrandr-devel mesa-libEGL-devel vulkan-devel
33
WORKDIR /
44
RUN curl -LO https://sdk.lunarg.com/sdk/download/1.3.224.1/linux/vulkansdk-linux-x86_64-1.3.224.1.tar.gz && tar xvf vulkansdk-linux-x86_64-1.3.224.1.tar.gz

0 commit comments

Comments
 (0)