Dominique Leuenberger 2019-03-01 15:48:40 +00:00 committed by Git OBS Bridge
parent 44be5a9fa9
commit f72316c6c0
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 28 15:11:56 UTC 2019 - Michał Rostecki <mrostecki@opensuse.org>
- Fix build with Bazel 0.22.0.
- Add optflags.
-------------------------------------------------------------------
Fri Jan 18 10:34:06 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -71,11 +71,15 @@ features incorporated into C++14 and C++17 standards.
%build
bazel build \
-c dbg \
--color=no \
%(for opt in %{optflags}; do echo -e "--copt=${opt} \c"; done) \
--curses=no \
--distdir=%{_sourcedir} \
--genrule_strategy=standalone \
--host_javabase=@local_jdk//:jdk \
--spawn_strategy=standalone \
--strip=never \
--verbose_failures \
//...
bazel shutdown