forked from StableCoder/cmake-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When running ccov-run-* targets in parrallel on Windows, multiple processes would attempt to write to the profile data files, causing contention and failure. This job has been split in two and the call to write to file has been serialized through a specified job pool 'ccov_serial_pool'. For the ccov-all targets, added a Windows-specific set that utilizes Powershell commands to work.
- Loading branch information
1 parent
2a6517a
commit aa8c42b
Showing
1 changed file
with
63 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters