mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-16 13:20:11 +01:00
Do not print full help in CI clang scan_build.
This commit is contained in:
@@ -42,7 +42,7 @@ apt-get -y build-dep cryptsetup
|
|||||||
|
|
||||||
echo "====================== VERSIONS ==================="
|
echo "====================== VERSIONS ==================="
|
||||||
if [[ $COMPILER == "clang" ]]; then
|
if [[ $COMPILER == "clang" ]]; then
|
||||||
scan-build${COMPILER_VERSION:+-$COMPILER_VERSION} --help
|
echo "Using scan-build${COMPILER_VERSION:+-$COMPILER_VERSION}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
${COMPILER}-$COMPILER_VERSION -v
|
${COMPILER}-$COMPILER_VERSION -v
|
||||||
|
|||||||
Reference in New Issue
Block a user