jjb: Use the https protocol for checkouts on Github, it's faster
[lttng-ci.git] / scripts / common / scan-build.sh
index 3782f4f32034c8118dd12e50b7999c31ebeef57a..7a703e1cf52de529402cd00e8e7e4b11480adf40 100755 (executable)
@@ -45,6 +45,10 @@ mkdir -p "$TMPDIR"
 
 export TMPDIR
 
+# Builds configured with '-Werror=missing-include-dirs' if this directory
+# doesn't exist
+mkdir -p "$DEPS_INC"
+
 # temp directory to store the scan-build report
 SCAN_BUILD_TMPDIR=$(mktemp -d)
 
This page took 0.022017 seconds and 4 git commands to generate.