Skip to content

Commit 23e5294

Browse files
committed
apply copilot review
Signed-off-by: Matthieu MOREL <[email protected]>
1 parent 78828eb commit 23e5294

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.bazelrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ build --host_cxxopt="-std=c++17"
88
build:windows --copt=/wd4716
99
build:windows --cxxopt="/std:c++17"
1010
build:windows --host_cxxopt="/std:c++17"
11-
build:windows --cxxopt="-std=c++17"
12-
build:windows --host_cxxopt="-std=c++17"
1311

1412
# Pass PATH variable from the environment
1513
build --action_env=PATH

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bazel_dep(name = "cpp-httplib", version = "0.22.0", repo_name = "com_github_http
1010
bazel_dep(name = "protobuf", version = "32.0", repo_name = "com_google_protobuf")
1111
bazel_dep(name = "rules_cc", version = "0.2.2")
1212
bazel_dep(name = "rules_proto", version = "7.1.0")
13-
bazel_dep(name = "skywalking-data-collect-protocol", version = "9.7.0", repo_name = "skywalking_data_collect_protocol")
13+
bazel_dep(name = "skywalking-data-collect-protocol", repo_name = "skywalking_data_collect_protocol")
1414
git_override(
1515
module_name = "skywalking-data-collect-protocol",
1616
commit = "fb3fb005650e2489164978b7804117c7ade1529a",

0 commit comments

Comments
 (0)