Skip to content

Commit 35d01fc

Browse files
test3
1 parent 41500c9 commit 35d01fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/docker/buildpack-deps/Dockerfile.ubuntu.clang.ossfuzz

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ RUN apt-get update; \
6666

6767
# Ensure that the expected version of Clang is installed, as the base image may update it in the future:
6868
# 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)
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)
7171

7272
FROM base AS libraries
7373

0 commit comments

Comments
 (0)