aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEverton Constantino <everton.constantino@linaro.org>2024-01-19 09:17:51 -0300
committerMarat Dukhan <maratek@gmail.com>2024-01-21 19:47:57 -0800
commit178e3e0646cc671708bf78e77c273940130ac637 (patch)
treefc3bb68c9bc0f77b1436fab22ff2766631c4c0ce
parentd0aac7e80dfe9f4a1d8b4bc7ff4ec3f0b3c277bd (diff)
downloadpthreadpool-upstream-master.tar.gz
Update prefix from master to mainupstream-master
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 076d739..53ec787 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -5,14 +5,14 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# Bazel rule definitions
http_archive(
name = "rules_cc",
- strip_prefix = "rules_cc-master",
+ strip_prefix = "rules_cc-main",
urls = ["https://github.com/bazelbuild/rules_cc/archive/master.zip"],
)
# Google Test framework, used by most unit-tests.
http_archive(
name = "com_google_googletest",
- strip_prefix = "googletest-master",
+ strip_prefix = "googletest-main",
urls = ["https://github.com/google/googletest/archive/master.zip"],
)