diff options
author | CoprDistGit <infra@openeuler.org> | 2025-08-25 10:32:56 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-08-25 10:32:56 +0000 |
commit | c4424473732fd43ecc7c3a4340a8082b6c580aaa (patch) | |
tree | c1e959e5750a503f37616c7b1881fccd31a70718 | |
parent | 9f5566a051be6c4f81e6bae74856659a1d12d2be (diff) |
automatic import of ANNC
-rw-r--r-- | ANNC.spec | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ %global install_libdir %{buildroot}%{_libdir} %global install_includedir %{buildroot}%{_includedir}/annc -%global max_jobs 4 +%global max_jobs 16 %global debug_package %{nil} @@ -85,7 +85,7 @@ run_bazel_build() { --verbose_failures \ --action_env="baila=548" \ --define tflite_with_xnnpack=false \ - --jobs=%{max_jobs} \ + --local_ram_resources = 2048 \ --distdir=%{_builddir}/proxy \ annc/service/cpu:libannc.so # --copt="-g" \ |