diff --git a/build-dependencies.just b/build-dependencies.just index d7bf541..858b243 100644 --- a/build-dependencies.just +++ b/build-dependencies.just @@ -1,3 +1,12 @@ +### DEFAULT ### + +# Install dependencies for the default feature on x86_64-unknown-linux-musl +install-default-x86_64-unknown-linux-musl: + sudo apt-get update + sudo apt-get install -y musl-tools + +### MOUNT ### + # Install dependencies for the mount feature on x86_64-unknown-linux-gnu install-mount-x86_64-unknown-linux-gnu: sudo apt-get update