Travis & gitian-osx: Use depends for ds_store and mac_alias modules

This commit is contained in:
Luke Dashjr
2015-12-18 12:27:49 +00:00
parent 902ccde85e
commit c39a6fffd7
2 changed files with 1 additions and 7 deletions

View File

@@ -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"