Skip to content

Commit b492106

Browse files
committed
CI: Move to Ubuntu 25.04 for i686-unkown-linux-gnu
1 parent 4c67d3e commit b492106

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

ci/docker/i686-unknown-linux-gnu/Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
FROM ubuntu:23.10
1+
FROM ubuntu:25.04
22

3-
# FIXME(time): we are using an EOL release because 24.04 changes to 64-bit time
4-
RUN sed -i -E 's/(archive|security)\.ubuntu\.com/old-releases.ubuntu.com/g' \
5-
/etc/apt/sources.list && \
6-
apt-get update && apt-get install -y --no-install-recommends \
3+
RUN apt-get update && apt-get install -y --no-install-recommends \
74
ca-certificates \
85
gcc-multilib \
96
libc6-dev

0 commit comments

Comments
 (0)