From a0be01491c12226c799f94bd84f9f36d73debd94 Mon Sep 17 00:00:00 2001 From: madomado Date: Tue, 16 Apr 2024 23:23:50 +0800 Subject: [PATCH] try to speed up build --- anda/tools/espanso-wayland/espanso-wayland.spec | 2 ++ anda/tools/espanso-x11/espanso-x11.spec | 2 ++ 2 files changed, 4 insertions(+) diff --git a/anda/tools/espanso-wayland/espanso-wayland.spec b/anda/tools/espanso-wayland/espanso-wayland.spec index 0281ee3cfe..1fad2401ae 100644 --- a/anda/tools/espanso-wayland/espanso-wayland.spec +++ b/anda/tools/espanso-wayland/espanso-wayland.spec @@ -24,9 +24,11 @@ This package includes the Wayland version of espanso. %prep %autosetup -n espanso-%version +cd espanso %cargo_prep_online %build +cd espanso %cargo_build -n -f vendored-tls -f wayland %install diff --git a/anda/tools/espanso-x11/espanso-x11.spec b/anda/tools/espanso-x11/espanso-x11.spec index bac3ccdad2..c2cb2eea04 100644 --- a/anda/tools/espanso-x11/espanso-x11.spec +++ b/anda/tools/espanso-x11/espanso-x11.spec @@ -24,9 +24,11 @@ This package includes the X11 version of espanso. %prep %autosetup -n espanso-%version +cd espanso %cargo_prep_online %build +cd espanso %cargo_build -n -f vendored-tls %install