You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/05/06 04:02:09 UTC

[GitHub] [incubator-nuttx-testing] btashton commented on a change in pull request #42: Some cibuild.sh improvements

btashton commented on a change in pull request #42:
URL: https://github.com/apache/incubator-nuttx-testing/pull/42#discussion_r420533197



##########
File path: cibuild.sh
##########
@@ -48,6 +48,14 @@ function python-tools {
   PYTHONUSERBASE=$prebuilt/pylocal
   export PYTHONUSERBASE
   add_path $PYTHONUSERBASE/bin
+  case $os in
+    Darwin)
+      PIP=pip3

Review comment:
       I wonder if they have python3 installed at all (we should since python 2 is EOL). We could try |python3 -m pip` for pip3.
   
   Do we have any information on what the build machine is built with?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org