This is an automated email from the ASF dual-hosted git repository. mblow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git
commit 3752044b8b8650411a233e359ac84147caf3777f Author: Ian Maxon <[email protected]> AuthorDate: Sun Jun 8 17:54:09 2025 -0700 [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 8c3468ae23) Ext-ref: MB-67160 Change-Id: I2f8c64fa76beecbebcb40cf2a16866189cb1a11a Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19923 Tested-by: Michael Blow <[email protected]> Reviewed-by: Ian Maxon <[email protected]> --- asterixdb/asterix-app/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml index 151878e4e0..0c4b94c613 100644 --- a/asterixdb/asterix-app/pom.xml +++ b/asterixdb/asterix-app/pom.xml @@ -241,6 +241,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>
