We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41500c9 commit 35d01fcCopy full SHA for 35d01fc
scripts/docker/buildpack-deps/Dockerfile.ubuntu.clang.ossfuzz
@@ -66,8 +66,8 @@ RUN apt-get update; \
66
67
# Ensure that the expected version of Clang is installed, as the base image may update it in the future:
68
# https://github.com/google/oss-fuzz/blob/5e96edbdf285045cc82dbca5600cbe994a3b1a74/infra/base-images/base-clang/checkout_build_install_llvm.sh#L57
69
-RUN echo "Clang version = $(clang -dumpversion | cut -d. -f1)"
70
-RUN test "$(clang -dumpversion | cut -d. -f1)" = "18" || (echo "Error: Clang 18 not found!" && exit 1)
+#RUN echo "Clang version = $(clang -dumpversion | cut -d. -f1)"
+#RUN test "$(clang -dumpversion | cut -d. -f1)" = "18" || (echo "Error: Clang 18 not found!" && exit 1)
71
72
FROM base AS libraries
73
0 commit comments