1b5258ca1a
* feat(unstable): support caching npm dependencies only as they're needed * refactor(lint): manage schema files for linter in Deno repo * fix(outdated): error when there are no config files * chore(tests): Deprecate remaining usages of itest in check tests * fix(lint): do not error providing --allow-import * fix(outdated): respect --quiet flag for hints * perf(compile): improve FileBackedVfsFile * fix: replace the @deno-types with @ts-types * fix(outdated): show a suggestion for updating * fix(compile): correct read length for transpiled typescript files * chore: reduce allocations in a few places * fix(unstable): don't unwrap optional state in otel * fix: do not error when subpath has an @ symbol * fix(node): update list of builtin node modules, add missing export to _http_common * fix(ext/node): handle Float16Array in node:v8 module * refactor: Make `deno_runtime::shared` module public * fix(task): do not always kill child on ctrl+c on windows * fix: do not panic when fetching invalid file url on Windows * test(ext/node): remove flaky node:dgram compat test case * fix(ext/node): accept file descriptor in fs.readFile(Sync) * chore: add script to check remaining node compat cases OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=272
22 lines
427 B
XML
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>
|
|
|