Skip to content

Commit b490c2c

Browse files
committed
fix(ci): introduce ci fix from lxqt-panel
1 parent b4c2699 commit b490c2c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ jobs:
5252
# Get sources
5353
./pull.bash
5454
55+
# Work-around the issue with glibc 2.33 on old Docker engines
56+
# Extract files directly as pacman is also affected by the issue
57+
patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst
58+
curl -LO https://repo.archlinuxcn.org/x86_64/$patched_glibc
59+
bsdtar -C / -xvf $patched_glibc
60+
5561
# Create artifacts
5662
makepkg
5763

0 commit comments

Comments
 (0)