mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
gitian: cleanup more unused packages
These appear to be leftovers inherited from Bitcoin's builder
This commit is contained in:
parent
4ea7832ea7
commit
ae41178c8b
@ -11,8 +11,8 @@ hardware_native_packages := native_protobuf
|
|||||||
android_native_packages = android_ndk
|
android_native_packages = android_ndk
|
||||||
android_packages = ncurses readline sodium
|
android_packages = ncurses readline sodium
|
||||||
|
|
||||||
darwin_native_packages = native_biplist native_ds_store native_mac_alias $(hardware_native_packages)
|
darwin_native_packages = $(hardware_native_packages)
|
||||||
darwin_packages = sodium ncurses readline $(hardware_packages)
|
darwin_packages = ncurses readline sodium $(hardware_packages)
|
||||||
|
|
||||||
# not really native...
|
# not really native...
|
||||||
freebsd_native_packages = freebsd_base
|
freebsd_native_packages = freebsd_base
|
||||||
@ -34,6 +34,6 @@ mingw32_packages = icu4c sodium $(hardware_packages)
|
|||||||
mingw32_native_packages = $(hardware_native_packages)
|
mingw32_native_packages = $(hardware_native_packages)
|
||||||
|
|
||||||
ifneq ($(build_os),darwin)
|
ifneq ($(build_os),darwin)
|
||||||
darwin_native_packages += native_cctools native_cdrkit native_libdmg-hfsplus
|
darwin_native_packages += native_cctools
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -24,11 +24,6 @@ packages:
|
|||||||
- "ca-certificates"
|
- "ca-certificates"
|
||||||
- "python"
|
- "python"
|
||||||
- "cmake"
|
- "cmake"
|
||||||
- "protobuf-compiler"
|
|
||||||
- "libdbus-1-dev"
|
|
||||||
- "libharfbuzz-dev"
|
|
||||||
- "libprotobuf-dev"
|
|
||||||
- "python3-zmq"
|
|
||||||
- "unzip"
|
- "unzip"
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://github.com/monero-project/monero.git"
|
- "url": "https://github.com/monero-project/monero.git"
|
||||||
|
@ -25,11 +25,6 @@ packages:
|
|||||||
- "ca-certificates"
|
- "ca-certificates"
|
||||||
- "python"
|
- "python"
|
||||||
- "cmake"
|
- "cmake"
|
||||||
- "protobuf-compiler"
|
|
||||||
- "libdbus-1-dev"
|
|
||||||
- "libharfbuzz-dev"
|
|
||||||
- "libprotobuf-dev"
|
|
||||||
- "python3-zmq"
|
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://github.com/monero-project/monero.git"
|
- "url": "https://github.com/monero-project/monero.git"
|
||||||
"dir": "monero"
|
"dir": "monero"
|
||||||
|
@ -36,11 +36,6 @@ packages:
|
|||||||
- "ca-certificates"
|
- "ca-certificates"
|
||||||
- "python"
|
- "python"
|
||||||
- "cmake"
|
- "cmake"
|
||||||
- "protobuf-compiler"
|
|
||||||
- "libdbus-1-dev"
|
|
||||||
- "libharfbuzz-dev"
|
|
||||||
- "libprotobuf-dev"
|
|
||||||
- "python3-zmq"
|
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://github.com/monero-project/monero.git"
|
- "url": "https://github.com/monero-project/monero.git"
|
||||||
"dir": "monero"
|
"dir": "monero"
|
||||||
|
@ -20,7 +20,6 @@ packages:
|
|||||||
- "zip"
|
- "zip"
|
||||||
- "ca-certificates"
|
- "ca-certificates"
|
||||||
- "python"
|
- "python"
|
||||||
- "rename"
|
|
||||||
- "cmake"
|
- "cmake"
|
||||||
alternatives:
|
alternatives:
|
||||||
-
|
-
|
||||||
|
Loading…
Reference in New Issue
Block a user