diff --git a/script/setup-musl b/script/setup-musl new file mode 100755 index 00000000..1dbddd5b --- /dev/null +++ b/script/setup-musl @@ -0,0 +1,50 @@ +#!/usr/bin/env bash + +# This script sets up the latest available musl-tools using apt pinning from debian unstable. +# The one available in stable and testing are quite outdated and this ensures we get the latest improvements +# This explictly installs musl from unstable and keeps the others at a higher priority + +cat >> /etc/apt/sources.list <> /etc/apt/preferences <