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 509d6bf commit 8bd171aCopy full SHA for 8bd171a
.github/workflows/ci.yml
@@ -135,6 +135,15 @@ jobs:
135
id: ffversion
136
run: echo "ffversion=$(./fastfetch --version-raw)" >> $GITHUB_OUTPUT
137
138
+ - name: polyfill glibc
139
+ run: |
140
+ wget https://github.com/CarterLi/polyfill-glibc/releases/download/v0.0.1/polyfill-glibc-${{ matrix.arch }} -O polyfill-glibc
141
+ chmod +x polyfill-glibc
142
+ strip fastfetch && ./polyfill-glibc fastfetch --target-glibc=2.17
143
+ strip flashfetch && ./polyfill-glibc flashfetch --target-glibc=2.17
144
+ echo 'set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_FILE_NAME}-polyfilled")' >> CPackConfig.cmake
145
+ cpack
146
+
147
- name: upload artifacts
148
uses: actions/upload-artifact@v4
149
with:
0 commit comments