SHA256
1
0
forked from pool/grpc

Accepting request 747454 from home:mrostecki:branches:devel:kubic

- Define BoringSSL as a Bazel dependency in WORKSPACE instead of
  grpc_deps.bzl - using new_local_repository function is now always
  allowed in imported modules.

OBS-URL: https://build.opensuse.org/request/show/747454
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=54
This commit is contained in:
2019-11-12 00:21:37 +00:00
committed by Git OBS Bridge
parent a6871585a6
commit 946abb1fcf
2 changed files with 95 additions and 26 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Nov 11 15:37:45 UTC 2019 - Michał Rostecki <mrostecki@opensuse.org>
- Define BoringSSL as a Bazel dependency in WORKSPACE instead of
grpc_deps.bzl - using new_local_repository function is now always
allowed in imported modules.
-------------------------------------------------------------------
Tue Nov 5 00:43:17 UTC 2019 - Michał Rostecki <mrostecki@opensuse.org>