Skip to content

Commit

Permalink
Fix AppImage and include in CI tests (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderVocke authored Jan 2, 2025
1 parent 097691f commit c01d865
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ jobs:
container: docker.io/sandervocke/shoopdaloop_run_base_debian_latest_x86_64:latest
package: shoopdaloop.*.debug-linux-x64.portable.tar.gz
second_package: shoopdaloop.*.debug-linux-x64.test_binaries.tar.gz
- name: release_debian_appimage
python: python3
container: docker.io/sandervocke/shoopdaloop_run_base_debian_latest_x86_64:latest
package: shoopdaloop.*.release-linux-x64.AppImage
# - name: coverage_debian_bullseye
# python: python3
# container: docker.io/sandervocke/shoopdaloop_build_base_debian_bullseye_x86_64:latest
Expand Down
5 changes: 4 additions & 1 deletion distribution/linux/excludelist
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@
*/libpthread.so*
*/libpython3.*
*/librt.so*
*/libsystemd.so*
*/libsystemd.so*
*/libstdc++.so*
*/libm.so*
*/libdrm.so*
3 changes: 0 additions & 3 deletions distribution/linux/includelist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
*/libdatrie.so*
*/libdbus*.so*
*/libdouble-conversion.so*
*/libdrm.so*
*/libepoxy.so*
*/libexpat.so*
*/libffi*
Expand Down Expand Up @@ -57,7 +56,6 @@
*/libldap-*.so*
*/libltd*.so*
*/liblzma*
*/libm.so*
*/libmd4c.so*
*/libmount.so*
*/libmvec.so*
Expand All @@ -83,7 +81,6 @@
*/libselinux.so*
*/libsqlite3*
*/libssl.so*
*/libstdc++.so*
*/libtasn*.so*
*/libtcl8.6*
*/libthai.so*
Expand Down

0 comments on commit c01d865

Please sign in to comment.