File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apk add --no-cache \
99 coreutils linux-headers \
1010 make musl-dev gcc bison flex \
1111 zlib-dev libedit-dev \
12- pkgconf icu-dev clang clang15 clang-analyzer;
12+ pkgconf icu-dev clang clang-analyzer;
1313
1414# Need this for Travis CI to pass
1515RUN if [ " ${PG_VERSION}" == " 13" ] ; then apk add --no-cache clang19; fi
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ if [ "$LEVEL" = "scan-build" ] || \
108108 [ " $LEVEL " = " nightmare" ]; then
109109
110110 # perform static analyzis
111- scan-build --status-bugs make USE_PGXS=1 || status=$?
111+ scan-build --status-bugs make USE_PGXS=1 CLANG=/usr/lib/llvm21/bin/clang-21 || status=$?
112112
113113 # something's wrong, exit now!
114114 if [ $status -ne 0 ]; then exit 1; fi
You can’t perform that action at this time.
0 commit comments