File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 44# bazel configurations for running tests under sanitizers.
55# Based on https://github.com/bazelment/trunk/blob/master/tools/bazel.rc
66
7- # TODO: Remove once support is added, avoid MODULE.bazel creation for now
8- common --enable_bzlmod=false
9-
107# Enable automatic configs based on platform
118common --enable_platform_specific_config
129
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ module(
1010
1111bazel_dep (name = "abseil-cpp" , version = "20240116.1" , repo_name = "com_google_absl" )
1212bazel_dep (name = "bazel_skylib" , version = "1.5.0" )
13- bazel_dep (name = "curl" , version = "8.4 .0" )
14- bazel_dep (name = "grpc" , version = "1.62 .1" , repo_name = "com_github_grpc_grpc" )
13+ bazel_dep (name = "curl" , version = "8.8 .0" )
14+ bazel_dep (name = "grpc" , version = "1.63.1.bcr .1" , repo_name = "com_github_grpc_grpc" )
1515bazel_dep (name = "nlohmann_json" , version = "3.11.3" , repo_name = "github_nlohmann_json" )
1616bazel_dep (name = "opentelemetry-proto" , version = "1.3.1" , repo_name = "com_github_opentelemetry_proto" )
1717bazel_dep (name = "opentracing-cpp" , version = "1.6.0" , repo_name = "com_github_opentracing" )
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ $nproc = (Get-ComputerInfo).CsNumberOfLogicalProcessors
1111$SRC_DIR = (Get-Item - Path " .\" ).FullName
1212
1313# Workaround https://github.com/bazelbuild/bazel/issues/18683
14- $BAZEL_STARTUP_OPTIONS = " --output_base=C:\Out "
15- $BAZEL_OPTIONS = " --copt=-DENABLE_ASYNC_EXPORT"
14+ $BAZEL_STARTUP_OPTIONS = " --output_base=C:\O "
15+ $BAZEL_OPTIONS = " --copt=-DENABLE_ASYNC_EXPORT --compilation_mode=dbg "
1616$BAZEL_TEST_OPTIONS = " $BAZEL_OPTIONS --test_output=errors"
1717
1818if (! (test-path build)) {
You can’t perform that action at this time.
0 commit comments