Skip to content

Commit

Permalink
try to speed up build
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Apr 16, 2024
1 parent 7379dfc commit a0be014
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions anda/tools/espanso-wayland/espanso-wayland.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions anda/tools/espanso-x11/espanso-x11.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0be014

Please sign in to comment.