Skip to content

Commit

Permalink
Update to Noble 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
torrancew authored and Mottl committed Aug 21, 2024
1 parent 036e63d commit 26ecdfe
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 237 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ If your crate fails to build on [Crater] or [docs.rs], you can:
* [Open an issue][new-issue-linux] with the names of the packages you need
* Send a PR adding the package names to the `linux/packages.txt` file

Note that the package needs to be available in the **Ubuntu 22.04** archives.
Note that the package needs to be available in the **Ubuntu 24.04** archives.

## Available containers

### `linux`

This container is based on **Ubuntu 22.04** and includes all the native
This container is based on **Ubuntu 24.04** and includes all the native
dependencies used by Rust crates we know of. It's used as the build environment
for the [Crater] and [docs.rs] projects.

Expand All @@ -32,7 +32,7 @@ docker pull ghcr.io/rust-lang/crates-build-env/linux:latest

### `linux-micro`

This container is based on **Ubuntu 22.04** and includes the minimum set of
This container is based on **Ubuntu 24.04** and includes the minimum set of
dependencies needed to compile simple Rust programs. It's used by the test
suites of [Crater] and [docs.rs] and during local development.

Expand Down
2 changes: 1 addition & 1 deletion linux-micro/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:jammy
FROM ubuntu:noble

# Install the packages contained in `packages.txt`
COPY packages.txt /opt/crates-build-env/packages.txt
Expand Down
2 changes: 1 addition & 1 deletion linux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:jammy
FROM ubuntu:noble

# Install the packages contained in `packages.txt`
COPY packages.txt /opt/crates-build-env/packages.txt
Expand Down
Loading

0 comments on commit 26ecdfe

Please sign in to comment.