>From Michael Blow <[email protected]>:

Michael Blow has uploaded this change for review. ( 
https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19964 )


Change subject: [NO ISSUE][TEST] Prefer binary wheels for pip
......................................................................

[NO ISSUE][TEST] Prefer binary wheels for pip

Not all build workers have the source dependencies for
the python test dependencies we use.

Therefore, we should always prefer to use a binary
wheel, wherever possible, to reduce the possiblity
of build failures due to missing source deps

(cherry picked from commit 3752044b8b)

Ext-ref: MB-67160
Change-Id: I2f8c64fa76beecbebcb40cf2a16866189cb1a11a
---
M asterixdb/asterix-app/pom.xml
1 file changed, 20 insertions(+), 0 deletions(-)



  git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb 
refs/changes/64/19964/1

diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index 1a0dcef..8da002f 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -240,6 +240,7 @@
                 
<argument>${project.build.directory}${file.separator}TweetSent.pyz</argument>
                 <argument>--site-packages</argument>
                 
<argument>${project.build.directory}${file.separator}..${file.separator}src${file.separator}test${file.separator}resources${file.separator}TweetSent</argument>
+                <argument>--prefer-binary</argument>
                 <argument>scikit-learn</argument>
               </arguments>
               <environmentVariables>

--
To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19964
To unsubscribe, or for help writing mail filters, visit 
https://asterix-gerrit.ics.uci.edu/settings

Gerrit-Project: asterixdb
Gerrit-Branch: neo
Gerrit-Change-Id: I2f8c64fa76beecbebcb40cf2a16866189cb1a11a
Gerrit-Change-Number: 19964
Gerrit-PatchSet: 1
Gerrit-Owner: Michael Blow <[email protected]>
Gerrit-CC: Ian Maxon <[email protected]>
Gerrit-MessageType: newchange

Reply via email to