From 79a8fb6293ad9006c846617859b56dc647e63869 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Mon, 16 Jan 2023 15:43:36 +0000 Subject: [PATCH] - Update _constraints: * Less RAM for aarch64 and 32-bit arm * Use 'asimdrdm' cpu flag to use aarch64 workers where tests are more stable OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs18?expand=0&rev=35 --- _constraints | 24 ++++++++++++++++++++++++ nodejs18.changes | 8 ++++++++ 2 files changed, 32 insertions(+) diff --git a/_constraints b/_constraints index 625844a..fd0fd96 100644 --- a/_constraints +++ b/_constraints @@ -8,4 +8,28 @@ 10000 + + + aarch64 + + + + asimdrdm + + + 6 + + + + + + armv6l + armv7l + + + + 5 + + + diff --git a/nodejs18.changes b/nodejs18.changes index acc79c7..b26c7fb 100644 --- a/nodejs18.changes +++ b/nodejs18.changes @@ -27,6 +27,14 @@ Mon Jan 16 14:57:58 UTC 2023 - Adam Majer - new_python3.patch, icu721_fixes.patch: upstreamed, removed +------------------------------------------------------------------- +Fri Dec 23 11:31:12 UTC 2022 - Guillaume GARDET + +- Update _constraints: + * Less RAM for aarch64 and 32-bit arm + * Use 'asimdrdm' cpu flag to use aarch64 workers where tests + are more stable + ------------------------------------------------------------------- Thu Nov 10 08:18:42 UTC 2022 - Adam Majer