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 8813d79 commit 4dd9c1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nix/pkgs/snps-fhs-env.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ 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"
${vcs-emu.snps-fhs-env}/bin/snps-fhs-env -c "urg -dir $emuOutput/*/cm.vdb -format text -metric line+tgl+assert -show summary -parallel"
cp -vr urgReport $out/
'';
in
Expand Down

0 comments on commit 4dd9c1c

Please sign in to comment.