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:46 UTC

[incubator-nuttx-testing] 02/05: Revert "cibuild.sh: Create $prebuilt/env.sh"

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 94dedbcfe90542cfe2f6b244551e81c3cca323b2
Author: Brennan Ashton <ba...@brennanashton.com>
AuthorDate: Mon May 4 21:13:37 2020 -0700

    Revert "cibuild.sh: Create $prebuilt/env.sh"
    
    This reverts commit 30e6658ae05ca30dd7ebc58e0b6fe4d50f9e0a4d.
---
 cibuild.sh | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/cibuild.sh b/cibuild.sh
index d766780..508c43f 100755
--- a/cibuild.sh
+++ b/cibuild.sh
@@ -31,7 +31,6 @@ apps=$WD/../apps
 tools=$WD/../tools
 prebuilt=$WD/../prebuilt
 os=$(uname -s)
-EXTRA_PATH=
 
 case $os in
   Darwin)
@@ -46,7 +45,6 @@ esac
 
 function add_path {
   PATH=$1:$PATH
-  EXTRA_PATH=$1:$EXTRA_PATH
 }
 
 function python-tools {
@@ -283,8 +281,6 @@ function install_tools {
     $func
   done
   popd
-
-  echo PATH=$EXTRA_PATH\$PATH > $prebuilt/env.sh
 }
 
 function run_builds {