mirror of https://github.com/google/oss-fuzz.git
Change directories built in gRPC (#512)
This commit is contained in:
parent
41e114e0ce
commit
f79aecb525
|
@ -55,7 +55,7 @@ EXTERA_BAZEL_FLAGS="--strip=never $(for f in $CXXFLAGS; do if [ $f != "-stdlib=
|
|||
bazel build --dynamic_mode=off --spawn_strategy=standalone --genrule_strategy=standalone \
|
||||
$EXTERA_BAZEL_FLAGS \
|
||||
$NO_VPTR \
|
||||
:all test/... third_party/boringssl-with-bazel/... third_party/nanopb/...
|
||||
:all test/core/util/... test/core/end2end/... third_party/boringssl-with-bazel/... third_party/nanopb/...
|
||||
|
||||
CFLAGS="${CFLAGS} -Iinclude -I."
|
||||
CXXFLAGS="${CXXFLAGS} -Iinclude -I. -stdlib=libc++"
|
||||
|
|
Loading…
Reference in New Issue