Skip to content

Commit 3a7e60a

Browse files
authored
tarantool: use ubuntu-24-04 (#14923)
Fuzz Introspector has issues when running for Tarantool and a couple other projects. The problem cannot be reproduced locally, and there are many hypotheses why this can happen. One of the hypotheses is a problems in multiprocessing Python module in Python 3.11. The patch bumps Ubuntu version used in Docker images to 24.04 because 24.04 includes Python 3.12 as default version. Related to #13226
1 parent e53e335 commit 3a7e60a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

projects/tarantool/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 \
1919
build-essential cmake make coreutils sed lld \
2020
autoconf automake libtool zlib1g-dev \

projects/tarantool/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.tarantool.io/en/"
23
language: c
34
builds_per_day: 4

0 commit comments

Comments
 (0)