Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Pex without interpreter cache disabled #1167

Merged
merged 4 commits into from
Jul 27, 2016

Conversation

objmagic
Copy link
Contributor

@objmagic objmagic commented Jul 27, 2016

This lovely PR disables interpreter cache because resolver.py L260-L263 is known to fail build due to some caching problem.

cf. pex-tool/pex#293

cc @kramasamy @billonahill

@objmagic objmagic changed the title Pex without interpreter disabled Pex without interpreter cache disabled Jul 27, 2016
@@ -169,12 +170,15 @@ def pex_test_impl(ctx):
pex_test_files = pex_test_file_types.filter(pex_file_types.filter(transitive_sources))
test_run_args = ' '.join([f.path for f in pex_test_files])

arguments = ["--disable-cache"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we instead set this in common_pex_arguments() so we don't have to set it in two places?

@kramasamy
Copy link
Contributor

kramasamy commented Jul 27, 2016

👍 merge it if @billonahill is fine with it.

@billonahill
Copy link
Contributor

👍 for code changes, but CI is failing.

@objmagic
Copy link
Contributor Author

W: Some index files failed to download. They have been ignored, or old ones used instead.
The command "sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install gcc-4.8 g++-4.8 python2.7 wget pkg-config zip zlib1g-dev" failed and exited with 100 during .

restarted CI.

@objmagic objmagic merged commit ad12ca3 into apache:master Jul 27, 2016
@objmagic
Copy link
Contributor Author

merged since CI is OK

@objmagic
Copy link
Contributor Author

@benley you might be interested in this..

@benley
Copy link

benley commented Jul 27, 2016

indeed, thanks for the mention :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants