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>
|
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
|
%build
|
||||||
bazel build \
|
bazel build \
|
||||||
|
-c dbg \
|
||||||
--color=no \
|
--color=no \
|
||||||
|
%(for opt in %{optflags}; do echo -e "--copt=${opt} \c"; done) \
|
||||||
--curses=no \
|
--curses=no \
|
||||||
--distdir=%{_sourcedir} \
|
--distdir=%{_sourcedir} \
|
||||||
--genrule_strategy=standalone \
|
--genrule_strategy=standalone \
|
||||||
|
--host_javabase=@local_jdk//:jdk \
|
||||||
--spawn_strategy=standalone \
|
--spawn_strategy=standalone \
|
||||||
|
--strip=never \
|
||||||
--verbose_failures \
|
--verbose_failures \
|
||||||
//...
|
//...
|
||||||
bazel shutdown
|
bazel shutdown
|
||||||
|
Loading…
Reference in New Issue
Block a user