Skip to content

Commit d78d197

Browse files
Lawrence NahumJamie C. Driver
authored andcommitted
qemu: update to esp-develop-9.0.0-20240606
1 parent daa6bae commit d78d197

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ stages:
77
- test
88
- deploy
99

10-
image: blockstream/verde@sha256:91d76305c62782bae08f8437d99a6a41d984c85afe3a76c9d2c50e0b8568e1df
10+
image: blockstream/verde@sha256:fa0abe7cef1f0a80c2b2ec0477cadc3e629eb74c8a79a0c555062da0275df035
1111

1212
test_format:
1313
tags:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ RUN cd ~/esp/esp-idf && git checkout ${ESP_IDF_COMMIT} && ./install.sh esp32 esp
1414
FROM base AS esp-qemu
1515

1616
# These ARGs are easily parseable (eg by HWI)
17-
ARG ESP_QEMU_BRANCH=esp-develop-8.2.0-20240122
18-
ARG ESP_QEMU_COMMIT=b3354073efe670e312707c899f9bb2ebbe482ba1
17+
ARG ESP_QEMU_BRANCH=esp-develop-9.0.0-20240606
18+
ARG ESP_QEMU_COMMIT=abb5ce24386972e048b401f9eca10e90b8427a20
1919
RUN git clone --quiet --depth 1 --branch ${ESP_QEMU_BRANCH} --single-branch --recursive --shallow-submodules https://github.com/espressif/qemu.git \
2020
&& cd qemu && git checkout ${ESP_QEMU_COMMIT}
2121

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM blockstream/verde@sha256:91d76305c62782bae08f8437d99a6a41d984c85afe3a76c9d2c50e0b8568e1df
1+
FROM blockstream/verde@sha256:fa0abe7cef1f0a80c2b2ec0477cadc3e629eb74c8a79a0c555062da0275df035
22

33
RUN echo "source /root/esp/esp-idf/export.sh" >> /etc/bash.bashrc
44

Dockerfile.qemu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM blockstream/verde@sha256:91d76305c62782bae08f8437d99a6a41d984c85afe3a76c9d2c50e0b8568e1df as builder
1+
FROM blockstream/verde@sha256:fa0abe7cef1f0a80c2b2ec0477cadc3e629eb74c8a79a0c555062da0275df035 as builder
22

33
ARG SDK_CONFIG=configs/sdkconfig_qemu_psram.defaults
44

0 commit comments

Comments
 (0)