Skip to content

Commit

Permalink
Turn on PEX_VERBOSE for OSX ucs4 shard
Browse files Browse the repository at this point in the history
I can't reproduce the same failure locally. John was suspicious why for the problematic dependencies the sdist isn't being used to build the wheel when the bdist is not released for cp27mu. Hopefully this provides some insight.
  • Loading branch information
Eric-Arellano committed Feb 15, 2019
1 parent f7472aa commit 28b9e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ py27_osx_build_wheels_ucs4: &py27_osx_build_wheels_ucs4
- PYTHON_CONFIGURE_OPTS=--enable-unicode=ucs4
- PYENV_ROOT="${HOME}/.pyenv"
- PATH="${PYENV_ROOT}/shims:${PATH}"
- PEX_VERBOSE=9
before_install:
- curl -L https://github.com/stedolan/jq/releases/download/jq-1.5/jq-osx-amd64 -o /usr/local/bin/jq
- chmod 755 /usr/local/bin/jq
Expand Down
1 change: 1 addition & 0 deletions build-support/travis/travis.yml.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ py27_osx_build_wheels_ucs4: &py27_osx_build_wheels_ucs4
- PYTHON_CONFIGURE_OPTS=--enable-unicode=ucs4
- PYENV_ROOT="${HOME}/.pyenv"
- PATH="${PYENV_ROOT}/shims:${PATH}"
- PEX_VERBOSE=9
before_install:
{{>before_install_osx}}
- git clone https://github.com/pyenv/pyenv ${PYENV_ROOT}
Expand Down

0 comments on commit 28b9e8b

Please sign in to comment.