SHA256
1
0
forked from pool/llvm14

- Undo _constraints change, doesn't seem necessary here.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=62
This commit is contained in:
Aaron Puchert 2024-03-05 00:25:20 +00:00 committed by Git OBS Bridge
parent 5e2c537129
commit 3155c3bda6
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<size unit="G">35</size>
</disk>
<memory>
<size unit="M">8192</size>
<size unit="M">4096</size>
</memory>
</hardware>
<overwrite>

View File

@ -2,7 +2,6 @@
Mon Mar 4 21:29:51 UTC 2024 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- 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.
-------------------------------------------------------------------