From b6f94c7ed98171d2e30a38203f1ff2dfb2e130b0 Mon Sep 17 00:00:00 2001 From: madonuko Date: Mon, 1 Sep 2025 23:54:13 +0800 Subject: [PATCH] rm rf data --- anda/langs/rust/eymate/eymate.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/langs/rust/eymate/eymate.spec b/anda/langs/rust/eymate/eymate.spec index 42aa96294e..e706afbb34 100644 --- a/anda/langs/rust/eymate/eymate.spec +++ b/anda/langs/rust/eymate/eymate.spec @@ -14,7 +14,7 @@ BuildRequires: python3dist(torchvision) BuildRequires: python3-gobject BuildRequires: pkgconfig(opencv) BuildRequires: git-core -BuildRequires: gcc-c++ gcc +BuildRequires: gcc-c++ gcc clang Requires: python3dist(torch) %description @@ -28,6 +28,7 @@ cargo add tch@0.18.0 mkdir facenet_pytorch cd facenet_pytorch tar xf %{S:1} --strip-components=1 +rm -rf data %build %cargo_license_summary_online