Skip to content

Commit 9d19bc5

Browse files
committed
Change the git repo to the original repo
1 parent a9a58dc commit 9d19bc5

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

WORKSPACE

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
66

77
git_repository(
88
name = "trpc_cpp",
9-
remote = "https://github.com/KosmosFult/trpc-cpp.git",
10-
branch = "mysql-main-repo",
9+
remote = "https://github.com/trpc-group/trpc-cpp.git",
10+
branch = "main",
1111
)
1212

1313
load("@trpc_cpp//trpc:workspace.bzl", "trpc_workspace")

clean.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#! /bin/bash
2+
3+
bazel clean --expunge

cmake/com_github_trpc_cpp.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
include(FetchContent)
1515

16-
set(TRPC_CPP_GIT_URL https://github.com/KosmosFult/trpc-cpp.git)
17-
set(TRPC_CPP_GIT_TAG mysql-main-repo)
16+
set(TRPC_CPP_GIT_URL https://github.com/trpc-group/trpc-cpp.git)
17+
set(TRPC_CPP_GIT_TAG main)
1818

1919
FetchContent_Declare(
2020
trpc-cpp

0 commit comments

Comments
 (0)