Skip to content

Commit

Permalink
update glibc version string from archlinux for proton-ge build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtrt committed Aug 31, 2024
1 parent 7ee1fce commit ed4d020
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ jobs:
# force zstd format in appimagebuilder for appimages
rm appimage-builder ; sed -i 's|xz|zstd|' squashfs-root/usr/lib/python3.8/site-packages/appimagebuilder/modules/prime/appimage_primer.py
# pull glibc version from archlinux packages web
sed -i "s|x.xx|$(wget -qO- https://archlinux.org/packages/core/x86_64/glibc/ | grep glibc | awk '{print $5}' | cut -d'+' -f1 | head -1)|" wine-staging-ge-proton.yml
squashfs-root/AppRun --recipe wine-staging-ge-proton.yml
- name: release
Expand Down
2 changes: 1 addition & 1 deletion wine-staging-ge-proton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ AppDir:
runtime:
env:
LIBGL_DRIVERS_PATH: '${APPDIR}/usr/lib/i386-linux-gnu/dri:${APPDIR}/usr/lib/x86_64-linux-gnu/dri:${LIBGL_DRIVERS_PATH}'
APPDIR_LIBC_VERSION: '2.38'
APPDIR_LIBC_VERSION: 'x.xx'

path_mappings:
- /opt/wine-staging:$APPDIR/opt/wine-staging
Expand Down

0 comments on commit ed4d020

Please sign in to comment.