Merge pull request #7912
ae41178
gitian: cleanup more unused packages (Howard Chu)4ea7832
gitian: omit ccache from gitian builds (Howard Chu)
This commit is contained in:
commit
8fa21beba1
|
@ -1,6 +1,9 @@
|
||||||
packages:=boost openssl zeromq libiconv expat ldns unbound
|
packages:=boost openssl zeromq libiconv expat ldns unbound
|
||||||
|
|
||||||
|
# ccache is useless in gitian builds
|
||||||
|
ifneq ($(GITIAN),1)
|
||||||
native_packages := native_ccache
|
native_packages := native_ccache
|
||||||
|
endif
|
||||||
|
|
||||||
hardware_packages := hidapi protobuf libusb
|
hardware_packages := hidapi protobuf libusb
|
||||||
hardware_native_packages := native_protobuf
|
hardware_native_packages := native_protobuf
|
||||||
|
@ -8,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
|
||||||
|
@ -31,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,12 +24,6 @@ packages:
|
||||||
- "ca-certificates"
|
- "ca-certificates"
|
||||||
- "python"
|
- "python"
|
||||||
- "cmake"
|
- "cmake"
|
||||||
- "ccache"
|
|
||||||
- "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"
|
||||||
|
@ -52,6 +46,7 @@ script: |
|
||||||
if test -n "$GBUILD_CACHE_ENABLED"; then
|
if test -n "$GBUILD_CACHE_ENABLED"; then
|
||||||
export SOURCES_PATH=${GBUILD_COMMON_CACHE}
|
export SOURCES_PATH=${GBUILD_COMMON_CACHE}
|
||||||
export BASE_CACHE=${GBUILD_PACKAGE_CACHE}
|
export BASE_CACHE=${GBUILD_PACKAGE_CACHE}
|
||||||
|
export GITIAN=1
|
||||||
mkdir -p ${BASE_CACHE} ${SOURCES_PATH}
|
mkdir -p ${BASE_CACHE} ${SOURCES_PATH}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -25,12 +25,6 @@ packages:
|
||||||
- "ca-certificates"
|
- "ca-certificates"
|
||||||
- "python"
|
- "python"
|
||||||
- "cmake"
|
- "cmake"
|
||||||
- "ccache"
|
|
||||||
- "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"
|
||||||
|
@ -52,6 +46,7 @@ script: |
|
||||||
if test -n "$GBUILD_CACHE_ENABLED"; then
|
if test -n "$GBUILD_CACHE_ENABLED"; then
|
||||||
export SOURCES_PATH=${GBUILD_COMMON_CACHE}
|
export SOURCES_PATH=${GBUILD_COMMON_CACHE}
|
||||||
export BASE_CACHE=${GBUILD_PACKAGE_CACHE}
|
export BASE_CACHE=${GBUILD_PACKAGE_CACHE}
|
||||||
|
export GITIAN=1
|
||||||
mkdir -p ${BASE_CACHE} ${SOURCES_PATH}
|
mkdir -p ${BASE_CACHE} ${SOURCES_PATH}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -36,12 +36,6 @@ packages:
|
||||||
- "ca-certificates"
|
- "ca-certificates"
|
||||||
- "python"
|
- "python"
|
||||||
- "cmake"
|
- "cmake"
|
||||||
- "ccache"
|
|
||||||
- "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"
|
||||||
|
@ -63,6 +57,7 @@ script: |
|
||||||
if test -n "$GBUILD_CACHE_ENABLED"; then
|
if test -n "$GBUILD_CACHE_ENABLED"; then
|
||||||
export SOURCES_PATH=${GBUILD_COMMON_CACHE}
|
export SOURCES_PATH=${GBUILD_COMMON_CACHE}
|
||||||
export BASE_CACHE=${GBUILD_PACKAGE_CACHE}
|
export BASE_CACHE=${GBUILD_PACKAGE_CACHE}
|
||||||
|
export GITIAN=1
|
||||||
mkdir -p ${BASE_CACHE} ${SOURCES_PATH}
|
mkdir -p ${BASE_CACHE} ${SOURCES_PATH}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -41,6 +41,7 @@ script: |
|
||||||
if test -n "$GBUILD_CACHE_ENABLED"; then
|
if test -n "$GBUILD_CACHE_ENABLED"; then
|
||||||
export SOURCES_PATH=${GBUILD_COMMON_CACHE}
|
export SOURCES_PATH=${GBUILD_COMMON_CACHE}
|
||||||
export BASE_CACHE=${GBUILD_PACKAGE_CACHE}
|
export BASE_CACHE=${GBUILD_PACKAGE_CACHE}
|
||||||
|
export GITIAN=1
|
||||||
mkdir -p ${BASE_CACHE} ${SOURCES_PATH}
|
mkdir -p ${BASE_CACHE} ${SOURCES_PATH}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,6 @@ packages:
|
||||||
- "zip"
|
- "zip"
|
||||||
- "ca-certificates"
|
- "ca-certificates"
|
||||||
- "python"
|
- "python"
|
||||||
- "rename"
|
|
||||||
- "cmake"
|
- "cmake"
|
||||||
alternatives:
|
alternatives:
|
||||||
-
|
-
|
||||||
|
@ -54,6 +53,7 @@ script: |
|
||||||
if test -n "$GBUILD_CACHE_ENABLED"; then
|
if test -n "$GBUILD_CACHE_ENABLED"; then
|
||||||
export SOURCES_PATH=${GBUILD_COMMON_CACHE}
|
export SOURCES_PATH=${GBUILD_COMMON_CACHE}
|
||||||
export BASE_CACHE=${GBUILD_PACKAGE_CACHE}
|
export BASE_CACHE=${GBUILD_PACKAGE_CACHE}
|
||||||
|
export GITIAN=1
|
||||||
mkdir -p ${BASE_CACHE} ${SOURCES_PATH}
|
mkdir -p ${BASE_CACHE} ${SOURCES_PATH}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue