From 3155c3bda6c4e195c78d44525c1192c25fc8ce9c480e4dd7e8d457e2c763fbf7 Mon Sep 17 00:00:00 2001 From: Aaron Puchert Date: Tue, 5 Mar 2024 00:25:20 +0000 Subject: [PATCH] - Undo _constraints change, doesn't seem necessary here. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=62 --- _constraints | 2 +- llvm14.changes | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/_constraints b/_constraints index 64618dc..1e2f2c8 100644 --- a/_constraints +++ b/_constraints @@ -5,7 +5,7 @@ 35 - 8192 + 4096 diff --git a/llvm14.changes b/llvm14.changes index d5d9228..256aadf 100644 --- a/llvm14.changes +++ b/llvm14.changes @@ -2,7 +2,6 @@ Mon Mar 4 21:29:51 UTC 2024 - Aaron Puchert - Fix PowerPC triples: use powerpc[64[le]] instead of ppc[64[le]]. -- Require 8 GB memory for 64-bit architectures to prevent OOM. - Disable test that fails on ppc64le. -------------------------------------------------------------------