From ba1b2d0f8cba693431fccd3a56776a1919a626c8b56334a809d4014af5a34b12 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 11 Oct 2024 15:32:04 +0000 Subject: [PATCH] - Use a fast aarch64 host to avoid log idle timeout OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/rusty_v8?expand=0&rev=84 --- _constraints | 12 ++++++++++++ rusty_v8.changes | 5 +++++ 2 files changed, 17 insertions(+) diff --git a/_constraints b/_constraints index 058f4f7..30187d5 100644 --- a/_constraints +++ b/_constraints @@ -5,4 +5,16 @@ 8 + + + + aarch64 + + + + asimdrdm + + 5 + + diff --git a/rusty_v8.changes b/rusty_v8.changes index 6f2df5b..738c439 100644 --- a/rusty_v8.changes +++ b/rusty_v8.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 11 06:06:23 UTC 2024 - Guillaume GARDET + +- Use a fast aarch64 host to avoid log idle timeout + ------------------------------------------------------------------- Fri Oct 4 05:58:29 UTC 2024 - Soc Virnyl Estela