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,
253
253
Actions . GetEnvironmentVariable [ $ "CODEQL_EXTRACTOR_{ codeqlUpperLanguage } _TRAP_DIR"] = "" ;
254
254
Actions . GetEnvironmentVariable [ $ "CODEQL_EXTRACTOR_{ codeqlUpperLanguage } _SOURCE_ARCHIVE_DIR"] = "" ;
255
255
Actions . GetEnvironmentVariable [ $ "CODEQL_EXTRACTOR_{ codeqlUpperLanguage } _ROOT"] = $@ "C:\codeql\{ codeqlUpperLanguage . ToLowerInvariant ( ) } ";
256
+ Actions . GetEnvironmentVariable [ $ "CODEQL_EXTRACTOR_{ codeqlUpperLanguage } _DIAGNOSTIC_DIR"] = Path . GetTempPath ( ) ;
256
257
Actions . GetEnvironmentVariable [ "CODEQL_JAVA_HOME" ] = @"C:\codeql\tools\java" ;
257
258
Actions . GetEnvironmentVariable [ "CODEQL_PLATFORM" ] = "win64" ;
258
259
Actions . GetEnvironmentVariable [ "SEMMLE_DIST" ] = @"C:\odasa" ;
You can’t perform that action at this time.
0 commit comments