Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
brpc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
brpc
Commits
7c4b8346
Commit
7c4b8346
authored
May 24, 2019
by
zhujiashun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove -init_make_config
parent
c916ff61
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
build_in_travis_ci.sh
build_in_travis_ci.sh
+0
-4
cluster_recover_policy.h
src/brpc/cluster_recover_policy.h
+1
-1
No files found.
build_in_travis_ci.sh
View file @
7c4b8346
...
...
@@ -21,7 +21,6 @@ runcmd(){
echo
"build combination: PURPOSE=
$PURPOSE
CXX=
$CXX
CC=
$CC
"
init_make_config
()
{
EXTRA_BUILD_OPTS
=
""
if
[
"
$USE_MESALINK
"
=
"yes"
]
;
then
EXTRA_BUILD_OPTS
=
"
$EXTRA_BUILD_OPTS
--with-mesalink"
...
...
@@ -31,13 +30,10 @@ if ! sh config_brpc.sh --headers=/usr/include --libs=/usr/lib --nodebugsymbols -
echo
"Fail to configure brpc"
exit
1
fi
}
if
[
"
$PURPOSE
"
=
"compile"
]
;
then
init_make_config
make
-j4
&&
sh tools/make_all_examples
elif
[
"
$PURPOSE
"
=
"unittest"
]
;
then
init_make_config
cd test
make
-j4
&&
sh ./run_tests.sh
elif
[
"
$PURPOSE
"
=
"compile-with-cmake"
]
;
then
...
...
src/brpc/cluster_recover_policy.h
View file @
7c4b8346
...
...
@@ -25,7 +25,7 @@
namespace
brpc
{
class
ServerId
;
struct
ServerId
;
// After all servers are down and health check happens, servers are
// online one by one. Once one server is up, all the request that should
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment