diff options
-rw-r--r-- | ANNC.spec | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,7 +54,7 @@ tar xf external.tar.gz -C . %endif tar xf %{SOURCE4} -C . mkdir proxy -mv %{SOURCE5} ./proxy +cp %{SOURCE5} ./proxy %setup -q -n %{pkg_version} %build @@ -85,7 +85,7 @@ run_bazel_build() { --verbose_failures \ --action_env="baila=548" \ --define tflite_with_xnnpack=false \ - --local_ram_resources = 2048 \ + --local_ram_resources = 1024 \ --distdir=%{_builddir}/proxy \ annc/service/cpu:libannc.so # --copt="-g" \ |