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 2021/01/16 08:08:50 UTC

[incubator-nuttx-testing] 03/04: Remove 2to3 link as suggested

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

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

commit a3bd06a3477e32203412b3812c6841049f675d4a
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Fri Jan 15 16:32:29 2021 +0900

    Remove 2to3 link as suggested
    
    https://github.com/actions/virtual-environments/issues/2322#issuecomment-749211076
---
 cibuild.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cibuild.sh b/cibuild.sh
index 9b83f2b..a7f6da1 100755
--- a/cibuild.sh
+++ b/cibuild.sh
@@ -40,6 +40,8 @@ case $os in
     install="python-tools u-boot-tools elf-toolchain gen-romfs kconfig-frontends arm-gcc-toolchain riscv-gcc-toolchain xtensa-esp32-gcc-toolchain avr-gcc-toolchain c-cache binutils"
     mkdir -p ${prebuilt}/homebrew
     export HOMEBREW_CACHE=${prebuilt}/homebrew
+    # https://github.com/actions/virtual-environments/issues/2322#issuecomment-749211076
+    rm -rf /usr/local/bin/2to3
     # https://github.com/osx-cross/homebrew-avr/issues/205#issuecomment-760637996
     brew update
     ;;