From 4dd9c1c3225399a43b6071502ff0cb3c99d7fdab Mon Sep 17 00:00:00 2001 From: Clo91eaf Date: Thu, 9 Jan 2025 23:36:40 +0800 Subject: [PATCH] [ci] run urg parallelly Signed-off-by: Clo91eaf --- nix/pkgs/snps-fhs-env.nix | 1 + nix/t1/run/default.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/pkgs/snps-fhs-env.nix b/nix/pkgs/snps-fhs-env.nix index 7aea10162..7cc954686 100644 --- a/nix/pkgs/snps-fhs-env.nix +++ b/nix/pkgs/snps-fhs-env.nix @@ -59,6 +59,7 @@ lockedPkgs.buildFHSEnv { export -f preHook ''; targetPkgs = (ps: with ps; [ + perl libGL util-linux libxcrypt-legacy diff --git a/nix/t1/run/default.nix b/nix/t1/run/default.nix index 453bb7dde..06ac3d1e4 100644 --- a/nix/t1/run/default.nix +++ b/nix/t1/run/default.nix @@ -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