File tree 3 files changed +3
-2
lines changed
integrations/docker/images
stage-3/chip-build-esp32-qemu
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- 59 : Install order fix for glib with enabled thread sanitizer.
1
+ 60 : Add missing xz for esp32, upfate location of qemu-system-xtensa
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ RUN set -x \
6
6
&& apt-get update \
7
7
&& DEBIAN_FRONTEND=noninteractive apt-get install -fy --no-install-recommends \
8
8
git \
9
+ xz-utils \
9
10
&& apt-get clean \
10
11
&& rm -rf /var/lib/apt/lists/ \
11
12
&& : # last line
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ RUN set -x \
19
19
&& : # last line
20
20
21
21
ENV QEMU_ESP32_DIR=/opt/espressif/qemu
22
- ENV QEMU_ESP32=/opt/espressif/qemu/xtensa-softmmu/ qemu-system-xtensa
22
+ ENV QEMU_ESP32=/opt/espressif/qemu/qemu-system-xtensa
You can’t perform that action at this time.
0 commit comments