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:
commit
17db86723c
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user