We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c2699 commit b490c2cCopy full SHA for b490c2c
.github/workflows/build.yml
@@ -52,6 +52,12 @@ jobs:
52
# Get sources
53
./pull.bash
54
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
+
61
# Create artifacts
62
makepkg
63
0 commit comments