mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
ci/fuzzing: update glib version to 2.72.0
Fixes an issue where on configure, glib's internal gnulib was tripping up the undefined behaviour sanitizer with a divide by 0. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1976>
This commit is contained in:
parent
2b85e5f99c
commit
f0e5c8e0f2
1 changed files with 2 additions and 3 deletions
|
@ -42,8 +42,8 @@ cd $WORK
|
||||||
|
|
||||||
# 1) BUILD GLIB AND GSTREAMER
|
# 1) BUILD GLIB AND GSTREAMER
|
||||||
# Note: we build glib ourselves so that we get proper malloc/free backtraces
|
# Note: we build glib ourselves so that we get proper malloc/free backtraces
|
||||||
tar xvJf $SRC/glib-2.64.2.tar.xz
|
tar xvJf $SRC/glib-2.72.0.tar.xz
|
||||||
cd glib-2.64.2
|
cd glib-2.72.0
|
||||||
# options taken from glib's oss-fuzz build definition
|
# options taken from glib's oss-fuzz build definition
|
||||||
meson \
|
meson \
|
||||||
--prefix=$PREFIX \
|
--prefix=$PREFIX \
|
||||||
|
@ -52,7 +52,6 @@ meson \
|
||||||
-Db_lundef=false \
|
-Db_lundef=false \
|
||||||
-Doss_fuzz=enabled \
|
-Doss_fuzz=enabled \
|
||||||
-Dlibmount=disabled \
|
-Dlibmount=disabled \
|
||||||
-Dinternal_pcre=true \
|
|
||||||
_builddir
|
_builddir
|
||||||
ninja -C _builddir
|
ninja -C _builddir
|
||||||
ninja -C _builddir install
|
ninja -C _builddir install
|
||||||
|
|
Loading…
Reference in a new issue