Skip to content

Commit

Permalink
Exclude long running pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcollins25 authored Apr 14, 2024
1 parent f4e9d45 commit f273698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/github/microsoft/buildxl/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set CSARGS_OUTPUT_DIR==%CodexDebugDir%\csargs

echo ----- Running BuildXL build -----

call %SrcDir%\bxl.cmd -DoNotUseDefaultCacheConfigFilePath "/f:requiredfor(tag='compile')" /q:Debug /incrementalScheduling- /logsDirectory:%BUILDXL_LOG_DIR% /logExecution /server- ^
call %SrcDir%\bxl.cmd -DoNotUseDefaultCacheConfigFilePath "/f:(requiredfor(tag='compile')) and ~(dpc(id='Pip3CB982272DD212B2'))" /q:Debug /incrementalScheduling- /logsDirectory:%BUILDXL_LOG_DIR% /logExecution /server- ^
/cacheConfigFilePath:%CodexBuildTempDir%/bxlcache/cacheconfig.json

echo ----- Running Codex execution analyzer -----
Expand Down

0 comments on commit f273698

Please sign in to comment.