SHA256
6
0
forked from pool/nodejs19
Files
nodejs19/_constraints
Adam Majer 5517890c65 - Update to version 19.5.0:
* http: join authorization headers
  * lib: add webstreams to Duplex.from()
  * stream: implement finished() for ReadableStream and WritableStream
- npm_search_paths.patch, linker_lto_jobs.patch: refreshed

- Use default openssl again and do not force openssl 1.1.1
- _constraints: reset aarch64 memory requirements back to original
  otherwise some unit tests can fail

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs19?expand=0&rev=23
2023-01-25 15:43:59 +00:00

33 lines
603 B
XML

<?xml version="1.0"?>
<constraints>
<hardware>
<disk>
<size unit="G">8</size>
</disk>
<physicalmemory>
<size unit="M">10000</size>
</physicalmemory>
</hardware>
<overwrite>
<conditions>
<arch>aarch64</arch>
</conditions>
<hardware>
<cpu>
<flag>asimdrdm</flag>
</cpu>
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>armv6l</arch>
<arch>armv7l</arch>
</conditions>
<hardware>
<physicalmemory>
<size unit="G">5</size>
</physicalmemory>
</hardware>
</overwrite>
</constraints>