We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea29531 commit 42ff302Copy full SHA for 42ff302
integrations/docker/images/stage-3/chip-build-esp32-qemu/Dockerfile
@@ -14,7 +14,7 @@ WORKDIR /opt/espressif/qemu
14
# Setup QEMU emulator for ESP32 platform
15
RUN set -x \
16
&& git clone --depth 1 -b esp-develop-20210826 https://github.com/espressif/qemu.git ../qemu-src \
17
- && ../qemu-src/configure --target-list=xtensa-softmmu --enable-debug --enable-sanitizers --disable-strip --disable-user --disable-capstone --disable-vnc --disable-sdl --disable-gtk \
+ && ../qemu-src/configure --target-list=xtensa-softmmu --enable-debug --disable-strip --disable-user --disable-capstone --disable-vnc --disable-sdl --disable-gtk \
18
&& make -j8 \
19
&& : # last line
20
0 commit comments