Add glibc check to Linux build (#1669)

This commit is contained in:
Michael Telatynski
2024-05-14 08:31:28 +01:00
committed by GitHub
parent c89872f2dc
commit 74729d1a28
2 changed files with 60 additions and 0 deletions

View File

@@ -137,6 +137,9 @@ jobs:
else
assert_contains_string "$LIBS" "libsqlcipher.so.0"
fi
./scripts/glibc-check.sh dist/linux-*unpacked/element-desktop*
./scripts/glibc-check.sh dist/linux-*unpacked/resources/app.asar.unpacked/node_modules/matrix-seshat/index.node
env:
ARCH: ${{ steps.config.outputs.arch }}