Skip to content

Commit adc25f4

Browse files
committed
CI: adds Debian libc6 dependency to package config
Fixes #1981
1 parent 229fe7c commit adc25f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ jobs:
145145
strip fastfetch && ./polyfill-glibc fastfetch --target-glibc=2.17
146146
strip flashfetch && ./polyfill-glibc flashfetch --target-glibc=2.17
147147
echo 'set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_FILE_NAME}-polyfilled")' >> CPackConfig.cmake
148+
echo 'set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.17)")' >> CPackConfig.cmake
148149
cpack
149150
150151
- name: upload artifacts

0 commit comments

Comments
 (0)