Skip to content

Commit

Permalink
Support building LLVM and subzero packages in parallel.
Browse files Browse the repository at this point in the history
This is activated when a file named ciparallel with any extension
is present in build script assets folder.
  • Loading branch information
pal1000 committed Feb 17, 2020
1 parent b7fbb4e commit 4bda912
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buildscript/ci/x64-subzero.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

@rem modules\pythonpackages.cmd
@set pyupd=n
@IF EXIST %devroot%\%projectname%\buildscript\assets\ciparallel.* set pyupd=y

@rem modules\throttle.cmd
@set throttle=%NUMBER_OF_PROCESSORS%
Expand All @@ -29,4 +30,5 @@
@set cleanbuild=y

@rem modules\envdump.cmd
@set enableenvdump=n
@set enableenvdump=n
@IF EXIST %devroot%\%projectname%\buildscript\assets\ciparallel.* set enableenvdump=y

0 comments on commit 4bda912

Please sign in to comment.