Try to build with musl on CI (#19571)

- Closes #19092 
- Closes #15411

Release Notes:

- SSH Remoting: Build with musl (adds support for machines with old, or
no glibc)
This commit is contained in:
Conrad Irwin 2024-10-22 16:00:00 -06:00 committed by GitHub
parent 33197608ed
commit a9f48bd9d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 5 deletions

View file

@ -42,6 +42,8 @@ if [[ -n $apt ]]; then
gettext-base
elfutils
libsqlite3-dev
musl-tools
musl-dev
)
if (grep -qP 'PRETTY_NAME="(Linux Mint 22|.+24\.04)' /etc/os-release); then
deps+=( mold libstdc++-14-dev )