remove unused gflags dependency for libjxl (#11666)

revert #7063, since it is no longer needed, see
https://github.com/libjxl/libjxl/pull/1588.
This commit is contained in:
Moritz Firsching 2024-03-05 12:39:25 +01:00 committed by GitHub
parent cd700ebd69
commit 8ff6d3901b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y cmake ninja-build pkg-config \ RUN apt-get update && apt-get install -y cmake ninja-build pkg-config \
libgflags-dev libjpeg-dev libjpeg-dev
RUN git clone --depth 1 https://github.com/libjxl/libjxl.git RUN git clone --depth 1 https://github.com/libjxl/libjxl.git
# We only need these sub-projects for the fuzzers. # We only need these sub-projects for the fuzzers.
RUN git -C libjxl submodule update --init --recommend-shallow \ RUN git -C libjxl submodule update --init --recommend-shallow \