File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ py_library(
1313 ":compilation_session" ,
1414 ":connection" ,
1515 # TODO(github.com/facebookresearch/CompilerGym/pull/633):
16- # add this after circular dependencies are resolved
16+ # add this after circular dependencies are resolved:
1717 # ":client_service_compiler_env",
1818 ":connection_pool" ,
1919 # TODO(github.com/facebookresearch/CompilerGym/pull/633):
Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ cg_py_library(
1414 ::compilation_session
1515 ::connection
1616 # TODO(github.com/facebookresearch/CompilerGym/pull/633):
17- # add this after circular dependencies are resolved
18- #::client_service_compiler_env
17+ # add this after circular dependencies are resolved:
18+ # ::client_service_compiler_env
19+ ::connection_pool
1920 compiler_gym::errors::errors
2021 compiler_gym::service::proto::proto
2122 PUBLIC
@@ -76,3 +77,13 @@ cg_py_library(
7677 compiler_gym::views::views
7778 PUBLIC
7879)
80+
81+ cg_py_library(
82+ NAME
83+ connection_pool
84+ SRCS
85+ "connection_pool.py"
86+ DEPS
87+ ::connection
88+ PUBLIC
89+ )
You can’t perform that action at this time.
0 commit comments