15 lines
370 B
Plaintext
15 lines
370 B
Plaintext
# vim: set syntax=spec
|
|
|
|
# doc: https://en.opensuse.org/openSUSE:Build_Service_prjconf
|
|
|
|
# The deno ARM package needs more time to build
|
|
# deno_doc and deno_lint are known to take incredibly
|
|
# long time to build here.
|
|
|
|
# Packages depending on rusty_v8 such as deno and jstime
|
|
# are known to be slow to compile
|
|
|
|
%ifarch aarch64 x86_64
|
|
BuildFlags: logidlelimit:15000
|
|
%endif
|