Skip to content

Commit 6336f23

Browse files
authored
Migrate unicorn to Ubuntu 24.04 (#14381)
### Summary This pull request migrates the `unicorn` project to use the new `ubuntu-24-04` base image for fuzzing. ### Changes in this PR 1. **`projects/unicorn/project.yaml`**: Sets the `base_os_version` property to `ubuntu-24-04`. 2. **`projects/unicorn/Dockerfile`**: Updates the `FROM` instruction. CC: [email protected], [email protected], [email protected], [email protected], [email protected]
1 parent b9b2acf commit 6336f23

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

projects/unicorn/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
17+
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
1818
RUN apt-get update && apt-get install -y cmake pkg-config make python3
1919
RUN git clone -b dev --depth 1 https://github.com/unicorn-engine/unicorn.git
2020
WORKDIR $SRC

projects/unicorn/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://www.unicorn-engine.org"
23
language: c++
34
primary_contact: "[email protected]"

0 commit comments

Comments
 (0)