Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9829 )
Change subject: IMPALA-6752: fix pip --no-binary usage ...................................................................... IMPALA-6752: fix pip --no-binary usage The key facts here are: * --no-cache-dir is crucial because it prevents us pulling in a cached package compiled with the wrong compiler. * --no-binary takes a argument specifying the set of packages it should apply to. The latent bug was that we didn't provide an argument to --no-binary and it instead it took --no-index as the argument, which was a no-op because there are no packages of that name. IMPALA-6731 moved the arguments, and instead --no-cache-dir became the argument to --no-binary Testing: I could reliably reproduce the failure in my environment by deleting infra/python/env then running a test with impala-py.test. This patch is sufficient to solve it. Change-Id: I118738347ca537b2dddfa6142c3eb5608c49c2e0 Reviewed-on: http://gerrit.cloudera.org:8080/9829 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Impala Public Jenkins --- M infra/python/bootstrap_virtualenv.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Tim Armstrong: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/9829 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I118738347ca537b2dddfa6142c3eb5608c49c2e0 Gerrit-Change-Number: 9829 Gerrit-PatchSet: 3 Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: David Knupp <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
