There was an error while loading. Please reload this page.
1 parent 7de2655 commit b203533Copy full SHA for b203533
1 file changed
cpp/autobuilder/Semmle.Autobuild.Cpp.Tests/BuildScripts.cs
@@ -253,6 +253,7 @@ CppAutobuilder CreateAutoBuilder(bool isWindows,
253
Actions.GetEnvironmentVariable[$"CODEQL_EXTRACTOR_{codeqlUpperLanguage}_TRAP_DIR"] = "";
254
Actions.GetEnvironmentVariable[$"CODEQL_EXTRACTOR_{codeqlUpperLanguage}_SOURCE_ARCHIVE_DIR"] = "";
255
Actions.GetEnvironmentVariable[$"CODEQL_EXTRACTOR_{codeqlUpperLanguage}_ROOT"] = $@"C:\codeql\{codeqlUpperLanguage.ToLowerInvariant()}";
256
+ Actions.GetEnvironmentVariable[$"CODEQL_EXTRACTOR_{codeqlUpperLanguage}_DIAGNOSTIC_DIR"] = Path.GetTempPath();
257
Actions.GetEnvironmentVariable["CODEQL_JAVA_HOME"] = @"C:\codeql\tools\java";
258
Actions.GetEnvironmentVariable["CODEQL_PLATFORM"] = "win64";
259
Actions.GetEnvironmentVariable["SEMMLE_DIST"] = @"C:\odasa";
0 commit comments