File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ pkgs+=(git) # Required build tool.
4646pkgs+=(gpg) # Dependency for tools requiring signing or encrypting/decrypting.
4747pkgs+=(gpg-agent) # Dependency for tools requiring signing or encrypting/decrypting.
4848pkgs+=(jq) # JSON manipulation.
49+ pkgs+=(libatomic1) # Required by mold linker.
4950pkgs+=(libc6-dev) # Required build tool.
5051pkgs+=(ninja-build) # Required build tool.
5152pkgs+=(python3-venv) # Python environment management tool.
Original file line number Diff line number Diff line change @@ -17,7 +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.
20+ pkgs+=(libatomic) # Required by mold linker.
2121pkgs+=(libstdc++-static) # Required to statically link libraries into rippled.
2222pkgs+=(ninja-build) # Required build tool.
2323pkgs+=(perl-FindBin) # Required to compile OpenSSL.
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ pkgs+=(git) # Required build tool.
3333pkgs+=(gpg) # Dependency for tools requiring signing or encrypting/decrypting.
3434pkgs+=(gpg-agent) # Dependency for tools requiring signing or encrypting/decrypting.
3535pkgs+=(jq) # JSON manipulation.
36+ pkgs+=(libatomic1) # Required by mold linker.
3637pkgs+=(libc6-dev) # Required build tool.
3738pkgs+=(ninja-build) # Required build tool.
3839pkgs+=(python3-venv) # Python environment management tool.
You can’t perform that action at this time.
0 commit comments