mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-19 20:25:18 +01:00
Travis & gitian-osx: Use depends for ds_store and mac_alias modules
This commit is contained in:
@@ -22,7 +22,6 @@ packages:
|
||||
- "libz-dev"
|
||||
- "libbz2-dev"
|
||||
- "python-dev"
|
||||
- "python-pip"
|
||||
- "fonts-tuffy"
|
||||
reference_datetime: "2015-06-01 00:00:00"
|
||||
remotes:
|
||||
@@ -31,10 +30,6 @@ remotes:
|
||||
files:
|
||||
- "MacOSX10.9.sdk.tar.gz"
|
||||
script: |
|
||||
# FIXME: We should probably install these in some other (cachable) way, but the depends system doesn't appear to make native packages available to Core's build system itself?
|
||||
pip install --user mac_alias ds_store
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
WRAP_DIR=$HOME/wrapped
|
||||
HOSTS="x86_64-apple-darwin11"
|
||||
CONFIGFLAGS="--enable-reduce-exports GENISOIMAGE=$WRAP_DIR/genisoimage"
|
||||
|
||||
Reference in New Issue
Block a user