Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use docker for the build image shard
  • Loading branch information
Eric-Arellano committed Jun 18, 2019
1 parent 033066f commit 18c39b6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build-support/travis/travis.yml.mustache
Expand Up @@ -343,15 +343,14 @@ py36_linux_build_engine: &py36_linux_build_engine
- CACHE_NAME=linuxpexbuild.py36
- BOOTSTRAPPED_PEX_KEY_SUFFIX=py36.linux

# NB: we do not use Docker for Py37 because Centos6 has too outdated of OpenSSL.
# See https://github.com/pantsbuild/pants/issues/7421. We will want to change this
# shard back to Docker once we have a Centos7 base image.
py37_linux_build_engine: &py37_linux_build_engine
<<: *py37_linux_config
<<: *native_engine_cache_config
<<: *base_linux_build_engine
stage: *bootstrap
name: "Build Linux native engine and pants.pex (Py3.7 PEX)"
env:
- docker_image_name=travis_ci
- docker_run_command="./build-support/bin/ci.py --bootstrap --python-version 3.7"
- CACHE_NAME=linuxpexbuild.py37
- BOOTSTRAPPED_PEX_KEY_SUFFIX=py37.linux
script:
Expand Down

0 comments on commit 18c39b6

Please sign in to comment.