You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2020/05/05 04:13:48 UTC

[incubator-nuttx-testing] 04/05: Revert "cibuild.sh: Use pip3"

This is an automated email from the ASF dual-hosted git repository.

btashton pushed a commit to branch revert-42-cibuild
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git

commit c6d6c3d30be0cc61ffd24c2cd8fcd58284823489
Author: Brennan Ashton <ba...@brennanashton.com>
AuthorDate: Mon May 4 21:13:37 2020 -0700

    Revert "cibuild.sh: Use pip3"
    
    This reverts commit ffe71ccba02996eec949bd905d718f698900d59a.
---
 cibuild.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cibuild.sh b/cibuild.sh
index 3e169c4..80de270 100755
--- a/cibuild.sh
+++ b/cibuild.sh
@@ -202,7 +202,7 @@ function xtensa-esp32-gcc-toolchain {
     esac
   fi
   xtensa-esp32-elf-gcc --version
-  pip3 install esptool
+  pip install esptool
 }
 
 function c-cache {