File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ pkgs+=(git) # Required build tool.
1717pkgs+=(gpg) # Dependency for tools requiring signing or encrypting/decrypting.
1818pkgs+=(gnupg2) # Dependency for tools requiring signing or encrypting/decrypting.
1919pkgs+=(jq) # JSON manipulation.
20+ pkgs+=(libatomic) # Required to use mold linker.
2021pkgs+=(libstdc++-static) # Required to statically link libraries into rippled.
2122pkgs+=(ninja-build) # Required build tool.
2223pkgs+=(perl-FindBin) # Required to compile OpenSSL.
@@ -30,7 +31,6 @@ pkgs+=(rpm-build) # Required packaging tool.
3031pkgs+=(rpmdevtools) # Required packaging tool.
3132pkgs+=(vim) # Text editor.
3233pkgs+=(wget) # Required build tool.
33- pkgs+=(libatomic) # Required to use mold linker.
3434dnf update -y
3535dnf install -y --allowerasing --setopt=tsflags=nodocs "${pkgs[@]}"
3636dnf clean -y all
You can’t perform that action at this time.
0 commit comments