Skip to content

Commit

Permalink
PIP: update to manylinux_2_28 to fix GLSLang plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed May 12, 2024
1 parent 411ab59 commit 0d90297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pip-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
docker run -e PYVER=${{ matrix.pyver }} -e SKBUILD_BUILD_OPTIONS=-j4 --rm -v `pwd`:/workspace pypi
f=`ls *.whl`
mv $f ${f/linux/manylinux2014}
mv $f ${f/linux/manylinux_2_28}
pip3 install twine
python -m twine upload --repository pypi *.whl
windows:
Expand Down
2 changes: 1 addition & 1 deletion SDK/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/pypa/manylinux2014_x86_64:latest
FROM quay.io/pypa/manylinux_2_28_x86_64:latest
RUN yum install -y libXrandr-devel mesa-libEGL-devel vulkan-devel
WORKDIR /
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
Expand Down

0 comments on commit 0d90297

Please sign in to comment.