Skip to content

Commit

Permalink
qemu: update to esp-develop-9.0.0-20240606
Browse files Browse the repository at this point in the history
  • Loading branch information
greenaddress authored and JamieDriver committed Jun 12, 2024
1 parent daa6bae commit d78d197
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ stages:
- test
- deploy

image: blockstream/verde@sha256:91d76305c62782bae08f8437d99a6a41d984c85afe3a76c9d2c50e0b8568e1df
image: blockstream/verde@sha256:fa0abe7cef1f0a80c2b2ec0477cadc3e629eb74c8a79a0c555062da0275df035

test_format:
tags:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ RUN cd ~/esp/esp-idf && git checkout ${ESP_IDF_COMMIT} && ./install.sh esp32 esp
FROM base AS esp-qemu

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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM blockstream/verde@sha256:91d76305c62782bae08f8437d99a6a41d984c85afe3a76c9d2c50e0b8568e1df
FROM blockstream/verde@sha256:fa0abe7cef1f0a80c2b2ec0477cadc3e629eb74c8a79a0c555062da0275df035

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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.qemu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM blockstream/verde@sha256:91d76305c62782bae08f8437d99a6a41d984c85afe3a76c9d2c50e0b8568e1df as builder
FROM blockstream/verde@sha256:fa0abe7cef1f0a80c2b2ec0477cadc3e629eb74c8a79a0c555062da0275df035 as builder

ARG SDK_CONFIG=configs/sdkconfig_qemu_psram.defaults

Expand Down

0 comments on commit d78d197

Please sign in to comment.