SHA256
1
0
forked from pool/bazel

Accepting request 686369 from devel:tools:building

OBS-URL: https://build.opensuse.org/request/show/686369
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bazel?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2019-03-20 12:19:57 +00:00 committed by Git OBS Bridge
commit 17db86723c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 19 07:21:40 UTC 2019 - Adrian Schröter <adrian@suse.de>
- reduce memory needs also for arm 32bit
-------------------------------------------------------------------
Sun Feb 17 20:54:27 UTC 2019 - Matthias Eliasson <matthias.eliasson@gmail.com>

View File

@ -50,7 +50,7 @@ as mobile operating systems.
chmod 0644 AUTHORS CHANGELOG.md CONTRIBUTORS LICENSE
%build
%ifarch aarch64
%ifarch aarch64 %arm
export BAZEL_JAVAC_OPTS="-J-Xmx2g -J-Xms200m"
%endif
CC=gcc