deno/_constraints
Soc Virnyl Estela 7234a69724 - Update to version 2.1.7:
* fix: use serde feature for log crate in cli/lib
  * fix(ext/node): add FileHandle#sync
  * fix(deps): update yanked crates
  * fix(install/global): remove importMap field from specified config file
  * fix(ext/os): pass SignalState to web worker
  * fix(ext/node): GCM auth tag check on DechiperIv#final
  * docs(readme): update redirected links
  * perf(compile): remove swc from denort
  * refactor: move denort to separate crate
  * refactor: update deno_core and use more concrete errors
  * fix(ext/node): tls.connect regression
  * refactor: add 'deno_process' crate
  * fix(ext/node): propagate socket error to client request object
  * fix: use 'getrandom' feature for 'sys_traits' crate
- Cleanup changelog file.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=279
2025-01-26 09:53:31 +00:00

22 lines
427 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<constraints>
<hardware>
<physicalmemory>
<size unit="G">8</size>
</physicalmemory>
</hardware>
<!-- Use a fast aarch64 host to avoid log idle timeout -->
<overwrite>
<conditions>
<arch>aarch64</arch>
</conditions>
<hardware>
<cpu>
<flag>asimdrdm</flag>
</cpu>
<jobs>5</jobs>
</hardware>
</overwrite>
</constraints>