fix: use sysroot with glibc-2.17 [skip ci]

This commit is contained in:
Baptiste Augrain
2024-02-16 01:45:48 +01:00
parent 9fae90974b
commit ad4d2c612d
5 changed files with 148 additions and 107 deletions

View File

@@ -141,6 +141,10 @@ else
if [[ "${CI_BUILD}" == "no" ]]; then
. ./stores/snapcraft/build.sh
if [[ "${SKIP_ASSETS}" == "no" ]]; then
mv stores/snapcraft/build/*.snap assets/
fi
fi
if [[ "${SHOULD_BUILD_TAR}" != "no" ]]; then