File tree 2 files changed +3
-3
lines changed
integrations/docker/images
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- 116 : [TI] Update Sysconfig Version to 1.22.0
1
+ 117 : [TI] Update java version for chip-build-vscode
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ RUN set -x \
91
91
# - telnet
92
92
# - srecord
93
93
# For java builds:
94
- # - openjdk-17 -jdk
94
+ # - openjdk-11 -jdk
95
95
RUN set -x \
96
96
&& apt-get update \
97
97
&& DEBIAN_FRONTEND=noninteractive apt-get install -fy --no-install-recommends \
@@ -119,7 +119,7 @@ ENV WIFI_SDK_ROOT=/opt/silabs/wifi_sdk
119
119
ENV IDF_PATH=/opt/espressif/esp-idf/
120
120
ENV IDF_TOOLS_PATH=/opt/espressif/tools
121
121
ENV IMX_SDK_ROOT=/opt/fsl-imx-xwayland/6.1-langdale
122
- ENV JAVA_PATH =/usr/lib/jvm/java-17 -openjdk-amd64
122
+ ENV JAVA_HOME =/usr/lib/jvm/java-11 -openjdk-amd64
123
123
ENV NRF5_TOOLS_ROOT=/opt/NordicSemiconductor/nRF5_tools
124
124
ENV OPENOCD_PATH=/opt/openocd/
125
125
ENV QEMU_ESP32=/opt/espressif/qemu/qemu-system-xtensa
You can’t perform that action at this time.
0 commit comments