Accepting request 680164 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/680164 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=3
This commit is contained in:
parent
44be5a9fa9
commit
f72316c6c0
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user