-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ESP32 images to make it works with ubuntu:24.04 #34031
Conversation
PR #34031: Size comparison from be26a8f to 0dbf90f Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
@@ -19,4 +19,4 @@ RUN set -x \ | |||
&& : # last line | |||
|
|||
ENV QEMU_ESP32_DIR=/opt/espressif/qemu | |||
ENV QEMU_ESP32=/opt/espressif/qemu/xtensa-softmmu/qemu-system-xtensa | |||
ENV QEMU_ESP32=/opt/espressif/qemu/qemu-system-xtensa |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
integrations/docker/images/vscode/chip-build-vscode/ also needs this change I believe.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added PR: #34039
…34031) * Add xz package required during building * Fix location of qemu-system-xtensa for newer version of espessif qemu * Update version
Problem
espressif/qemu
to versionv9.0.0
Changes
chip-build-esp32-qemu