diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-01-10 00:06:32 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-21 10:00:26 +0000 |
commit | 136ca362535da7f89893b8549e3afe9c27e30f00 (patch) | |
tree | 308ff74f265c63acd5b96956533bdefa12c30f63 /app-misc/anki | |
parent | app-misc/anki/files/23.12.1: add links to patch origins where applicable (diff) | |
download | gentoo-136ca362535da7f89893b8549e3afe9c27e30f00.tar.gz gentoo-136ca362535da7f89893b8549e3afe9c27e30f00.tar.bz2 gentoo-136ca362535da7f89893b8549e3afe9c27e30f00.zip |
app-misc/anki: build the build system runner with release profile
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/31122
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/anki')
-rw-r--r-- | app-misc/anki/anki-23.12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/anki/anki-23.12.1.ebuild b/app-misc/anki/anki-23.12.1.ebuild index b79e79196831..f72a6cf7ef2f 100644 --- a/app-misc/anki/anki-23.12.1.ebuild +++ b/app-misc/anki/anki-23.12.1.ebuild @@ -880,7 +880,7 @@ src_compile() { # * generate the ninja file and run ninja afterwards # * create the Python wheel files in "${S}"/out/wheels - cargo_src_compile $(usev debug "--release") --package runner + cargo build --release --package runner || die if use gui; then out/rust/release/runner build -- $(get_NINJAOPTS) wheels || die else |