Skip to content

Commit 8181fd0

Browse files
authored
Migrate starlark-rust to Ubuntu 24.04 (#14393)
### Summary This pull request migrates the `starlark-rust` project to use the new `ubuntu-24-04` base image for fuzzing. ### Changes in this PR 1. **`projects/starlark-rust/project.yaml`**: Sets the `base_os_version` property to `ubuntu-24-04`. 2. **`projects/starlark-rust/Dockerfile`**: Updates the `FROM` instruction. CC: ndmitchell@gmail.com, nathaniel.brough@gmail.com
1 parent 40ab689 commit 8181fd0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

projects/starlark-rust/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
################################################################################
1616

17-
FROM gcr.io/oss-fuzz-base/base-builder-rust
17+
FROM gcr.io/oss-fuzz-base/base-builder-rust:ubuntu-24-04
1818
RUN git clone --depth 1 https://github.com/facebookexperimental/starlark-rust.git starlark-rust
1919
RUN rustup update nightly
2020
WORKDIR starlark-rust

projects/starlark-rust/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
base_os_version: ubuntu-24-04
12
homepage: "https://github.com/facebookexperimental/starlark-rust/"
23
language: rust
34

0 commit comments

Comments
 (0)