Skip to content

Commit

Permalink
[ci] run urg parallelly
Browse files Browse the repository at this point in the history
Signed-off-by: Clo91eaf <[email protected]>
  • Loading branch information
Clo91eaf committed Jan 9, 2025
1 parent efa0864 commit 3341291
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion nix/pkgs/snps-fhs-env.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ lockedPkgs.buildFHSEnv {
export -f preHook
'';
targetPkgs = (ps: with ps; [
perl
libGL
util-linux
libxcrypt-legacy
Expand Down
2 changes: 1 addition & 1 deletion nix/t1/run/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ let
cp -vr $emuOutput $out
chmod -R u+w $out
${vcs-emu.snps-fhs-env}/bin/snps-fhs-env -c "urg -dir $emuOutput/*/cm.vdb -format text -metric line+tgl+assert -show summary -parallel"
${vcs-emu.snps-fhs-env}/bin/snps-fhs-env -c "urg -dir $emuOutput/*/cm.vdb -format text -metric line+tgl+assert -show summary"
cp -vr urgReport $out/
'';
in
Expand Down
2 changes: 1 addition & 1 deletion script/ci/src/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ object Main:
os.read(urgAssertFile)
.lines()
.dropWhile(!coverSummaryHeading.matches(_))
.takeWhile(_.distinct != "-")
.takeWhile(!_.trim.isEmpty)
.toArray
.mkString("\n")

Expand Down

0 comments on commit 3341291

Please sign in to comment.