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/12 16:47:52 UTC

[incubator-nuttx-testing] 01/02: Revert "nuttx-ci-linux: Install libpython2.7 for xtensa-esp32-elf-gdb"

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 223d03220af52ec6e2f0054cd784fd5e28f21723
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Tue Jan 12 12:16:37 2021 +0900

    Revert "nuttx-ci-linux: Install libpython2.7 for xtensa-esp32-elf-gdb"
    
    This reverts commit 7f4fc8087b843cb6b39fb11b3dba239f2a81de6e.
---
 docker/linux/Dockerfile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/docker/linux/Dockerfile b/docker/linux/Dockerfile
index b378b2a..622b860 100644
--- a/docker/linux/Dockerfile
+++ b/docker/linux/Dockerfile
@@ -106,7 +106,6 @@ RUN mkdir xtensa-esp32-elf-gcc && \
   curl -s -L "https://github.com/espressif/crosstool-NG/releases/download/esp-2020r3/xtensa-esp32-elf-gcc8_4_0-esp-2020r3-linux-amd64.tar.gz" \
   | tar -C xtensa-esp32-elf-gcc --strip-components 1 -xz
 
-# Note: xtensa-esp32-elf-gdb is linked to libpython2.7
 RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -qq --no-install-recommends \
   git \
   bison \
@@ -122,8 +121,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -q
   ccache \
   libffi-dev \
   libssl-dev \
-  libusb-1.0 \
-  libpython2.7
+  libusb-1.0
 
 RUN git clone --depth 1 --shallow-submodules --recursive https://github.com/espressif/esp-idf.git
 # This is unfortunately going to re-download some of the same toolchains, but will only be used in the context of esp-idf