>From Michael Blow <[email protected]>: Michael Blow has submitted this change. ( 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 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19964 Reviewed-by: Michael Blow <[email protected]> Tested-by: Michael Blow <[email protected]> --- M asterixdb/asterix-app/pom.xml 1 file changed, 23 insertions(+), 0 deletions(-) Approvals: Michael Blow: Looks good to me, approved; Verified 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: 2 Gerrit-Owner: Michael Blow <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-CC: Anon. E. Moose #1000171 Gerrit-CC: Ian Maxon <[email protected]> Gerrit-CC: Jenkins <[email protected]> Gerrit-MessageType: merged
