aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-08-23 09:56:47 -0700
committerGravatar GitHub <noreply@github.com>2021-08-23 16:56:47 +0000
commite4dc604c5970d4c267cb30973d6586492f8ce394 (patch)
treebaafb29f584a520bf773710256dfd324dec052d1 /projects
parent422ffb17929d3e0d460563f1d148ab6d482381c2 (diff)
[Ubuntu upgrade][glib] Make build work after 20.04 upgrade. (#6275)
Related: #6180.
Diffstat (limited to 'projects')
-rw-r--r--projects/glib/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/glib/Dockerfile b/projects/glib/Dockerfile
index 72449d54..25b52041 100644
--- a/projects/glib/Dockerfile
+++ b/projects/glib/Dockerfile
@@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y python3-pip
-RUN pip3 install -U meson ninja
+RUN unset CFLAGS CXXFLAGS && pip3 install -U meson ninja
RUN git clone --depth 1 https://gitlab.gnome.org/GNOME/glib
WORKDIR glib
COPY build.sh $SRC/