opencensus-cpp: fix build (#8028)

This commit is contained in:
DavidKorczynski 2022-07-19 15:33:10 +01:00 committed by GitHub
parent 4852a97e7e
commit 6208f4f98f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
#
################################################################################
export CXXFLAGS="${CXXFLAGS} -std=c++14"
git grep cc_fuzz_target.bzl | grep BUILD | cut -d: -f1 | uniq | while read i; do sed -i -e 's=//bazel:cc_fuzz_target.bzl=@rules_fuzzing//fuzzing:cc_defs.bzl=' $i; done
git grep fuzz_target\( | grep BUILD | cut -d: -f1 | uniq | while read i; do sed -i -e 's/fuzz_target/fuzz_test/' $i; done