From db6d111e11701d810146397740bcc0915d09dda9 Mon Sep 17 00:00:00 2001 From: Joshua <61986732+jbjorkang@users.noreply.github.com> Date: Wed, 25 Oct 2023 10:57:25 +0200 Subject: [PATCH] Update build-static-bins.sh to include packages for Fedora --- build-static-bins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-static-bins.sh b/build-static-bins.sh index fb1d888..908b8e6 100755 --- a/build-static-bins.sh +++ b/build-static-bins.sh @@ -4,7 +4,7 @@ # and with logging enabled (controlled by RUST_LOG env var) # # You need the static version of glibc installed for this to work. -# On Fedora/RHEL that's: glibc-static. +# On Fedora/RHEL that's: sudo dnf install -y rust cargo glibc-static # On Debian/Ubuntu that's: libc6-dev. RUSTFLAGS="-C target-feature=+crt-static" \