Accepting request 1061193 from home:Guillaume_G:branches:devel:languages:javascript

- Switch from deprecated rust-packaging to cargo-packaging
- Disable LTO to build with half of the RAM (fixes build on aarch64):
  * deno-disbale-lto.patch
- Update _constraints with current values

OBS-URL: https://build.opensuse.org/request/show/1061193
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=91
This commit is contained in:
2023-01-28 23:28:31 +00:00
committed by Git OBS Bridge
parent 4167192566
commit b455d98abd
6 changed files with 44 additions and 30 deletions

View File

@@ -6,33 +6,10 @@
<constraints>
<hardware>
<disk>
<size unit="G">4</size>
<size unit="G">18</size>
</disk>
<physicalmemory>
<size unit="G">11</size>
<size unit="G">12</size>
</physicalmemory>
<memoryperjob>
<size unit="G">1</size>
</memoryperjob>
</hardware>
<overwrite>
<conditions>
<arch>aarch64</arch>
</conditions>
<hardware>
<physicalmemory>
<size unit="G">15</size>
</physicalmemory>
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>x86_64</arch>
</conditions>
<hardware>
<disk>
<size unit="G">25</size>
</disk>
</hardware>
</overwrite>
</constraints>