File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ py_library(
13
13
":compilation_session" ,
14
14
":connection" ,
15
15
# TODO(github.com/facebookresearch/CompilerGym/pull/633):
16
- # add this after circular dependencies are resolved
16
+ # add this after circular dependencies are resolved:
17
17
# ":client_service_compiler_env",
18
18
":connection_pool" ,
19
19
"//compiler_gym/service/proto" ,
Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ cg_py_library(
14
14
::compilation_session
15
15
::connection
16
16
# 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
19
20
compiler_gym::service::proto::proto
20
21
PUBLIC
21
22
)
@@ -73,3 +74,13 @@ cg_py_library(
73
74
compiler_gym::views::views
74
75
PUBLIC
75
76
)
77
+
78
+ cg_py_library(
79
+ NAME
80
+ connection_pool
81
+ SRCS
82
+ "connection_pool.py"
83
+ DEPS
84
+ ::connection
85
+ PUBLIC
86
+ )
You can’t perform that action at this time.
0 commit comments