File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
cpp/autobuilder/Semmle.Autobuild.Cpp.Tests Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ CppAutobuilder CreateAutoBuilder(bool isWindows,
253253 Actions . GetEnvironmentVariable [ $ "CODEQL_EXTRACTOR_{ codeqlUpperLanguage } _TRAP_DIR"] = "" ;
254254 Actions . GetEnvironmentVariable [ $ "CODEQL_EXTRACTOR_{ codeqlUpperLanguage } _SOURCE_ARCHIVE_DIR"] = "" ;
255255 Actions . GetEnvironmentVariable [ $ "CODEQL_EXTRACTOR_{ codeqlUpperLanguage } _ROOT"] = $@ "C:\codeql\{ codeqlUpperLanguage . ToLowerInvariant ( ) } ";
256+ Actions . GetEnvironmentVariable [ $ "CODEQL_EXTRACTOR_{ codeqlUpperLanguage } _DIAGNOSTIC_DIR"] = Path . GetTempPath ( ) ;
256257 Actions . GetEnvironmentVariable [ "CODEQL_JAVA_HOME" ] = @"C:\codeql\tools\java" ;
257258 Actions . GetEnvironmentVariable [ "CODEQL_PLATFORM" ] = "win64" ;
258259 Actions . GetEnvironmentVariable [ "SEMMLE_DIST" ] = @"C:\odasa" ;
You can’t perform that action at this time.
0 commit comments