Skip to content

Commit a9f7469

Browse files
authored
Update docker image to build QEMU v10 (#439)
This change picks up QEMU v10 for docker images, which has a timer feature for AArch64 that is needed by hafnium build v2.13.
1 parent 23a4738 commit a9f7469

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.sync/containers/Ubuntu-22/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ RUN update-alternatives \
192192
FROM build AS test
193193

194194
ARG QEMU_URL="https://gitlab.com/qemu-project/qemu.git"
195-
ARG QEMU_BRANCH="v9.0.0"
195+
ARG QEMU_BRANCH="v10.0.0"
196196

197197
RUN apt-get update && apt-get install --yes --no-install-recommends \
198198
autoconf \

.sync/containers/Ubuntu-24/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ RUN update-alternatives \
190190
FROM build AS test
191191

192192
ARG QEMU_URL="https://gitlab.com/qemu-project/qemu.git"
193-
ARG QEMU_BRANCH="v9.0.0"
193+
ARG QEMU_BRANCH="v10.0.0"
194194

195195
RUN apt-get update && apt-get install --yes --no-install-recommends \
196196
autoconf \

0 commit comments

Comments
 (0)