Skip to content

Commit

Permalink
remove unused gflags dependency for libjxl (google#11666)
Browse files Browse the repository at this point in the history
revert google#7063, since it is no longer needed, see
libjxl/libjxl#1588.
  • Loading branch information
mo271 authored Mar 5, 2024
1 parent cd700eb commit 8ff6d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/libjxl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

FROM gcr.io/oss-fuzz-base/base-builder
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
# We only need these sub-projects for the fuzzers.
RUN git -C libjxl submodule update --init --recommend-shallow \
Expand Down

0 comments on commit 8ff6d39

Please sign in to comment.