circt icon indicating copy to clipboard operation
circt copied to clipboard

[ci] Bump CI images

Open seldridge opened this issue 6 months ago • 3 comments
trafficstars

Bump the CI images to use Ubuntu 24.04.

seldridge avatar Apr 25 '25 00:04 seldridge

I don't think circt-ci-build has been updated:

$ docker run ghcr.io/circt/images/circt-ci-build:20250425003355 /usr/bin/lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 20.04.6 LTS
Release:	20.04
Codename:	focal

integration-test was updated to use ubuntu:24.04, not circt-ci-build.

hovind avatar Apr 25 '25 13:04 hovind

Good catch. I had thought those shared a common dependency, but they don't. Working on the update to this image here: https://github.com/circt/images/pull/38

seldridge avatar Apr 25 '25 15:04 seldridge

I think we might have bumped the CI images since this PR was opened, so it might no longer be necessary?

fabianschuiki avatar Jun 16 '25 19:06 fabianschuiki