Skip to content

Commit

Permalink
Add back logging to debug osx ucs4
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Feb 22, 2019
1 parent c9e1650 commit 2cd72e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -469,7 +469,7 @@ py27_osx_build_wheels_ucs4: &py27_osx_build_wheels_ucs4
- ${PYENV_ROOT}/bin/pyenv global 2.7.13
script:
- ./build-support/bin/ci.sh -2b
- RUN_PANTS_FROM_PEX=1 ./build-support/bin/release.sh -n
- PEX_VERBOSE=9 RUN_PANTS_FROM_PEX=1 ./build-support/bin/release.sh -n

# -------------------------------------------------------------------------
# Rust tests
Expand Down
1 change: 1 addition & 0 deletions build-support/bin/release.sh
Expand Up @@ -509,6 +509,7 @@ function activate_twine() {

function execute_pex() {
run_pex27 \
-vvvvvvvvv \
--no-build \
--no-pypi \
--disable-cache \
Expand Down
2 changes: 1 addition & 1 deletion build-support/travis/travis.yml.mustache
Expand Up @@ -445,7 +445,7 @@ py27_osx_build_wheels_ucs4: &py27_osx_build_wheels_ucs4
- ${PYENV_ROOT}/bin/pyenv global 2.7.13
script:
- ./build-support/bin/ci.sh -2b
- RUN_PANTS_FROM_PEX=1 ./build-support/bin/release.sh -n
- PEX_VERBOSE=9 RUN_PANTS_FROM_PEX=1 ./build-support/bin/release.sh -n
# -------------------------------------------------------------------------
# Rust tests
Expand Down

0 comments on commit 2cd72e4

Please sign in to comment.