Skip to content

Commit

Permalink
Update build-static-bins.sh to include packages for Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
jbjorkang authored Oct 25, 2023
1 parent 104ccaf commit db6d111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-static-bins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit db6d111

Please sign in to comment.