Skip to content

Commit 7e0b5e2

Browse files
authored
chore: disable map/data dep for build issue (#91)
Signed-off-by: Pride Leong <[email protected]>
1 parent 5ee456c commit 7e0b5e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/map/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install(
2626
deps = [
2727
":pb_map",
2828
":pb_hdrs",
29-
"//modules/map/data:install",
29+
# "//modules/map/data:install",
3030
"//modules/map/relative_map:install",
3131
"//modules/map/tools:install",
3232
"//modules/map/hdmap/adapter:install",
@@ -93,4 +93,4 @@ install_src_files(
9393
src_dir = ["."],
9494
dest = "map/include",
9595
filter = "*.h",
96-
)
96+
)

modules/map/pnc_map/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ cc_test(
141141
srcs = ["pnc_map_test.cc"],
142142
data = [
143143
":testdata",
144-
"//modules/map/data:map_sunnyvale_loop",
144+
# "//modules/map/data:map_sunnyvale_loop",
145145
],
146146
linkstatic = True,
147147
deps = [
@@ -158,7 +158,7 @@ cc_test(
158158
srcs = ["route_segments_test.cc"],
159159
data = [
160160
":testdata",
161-
"//modules/map/data:map_sunnyvale_loop",
161+
# "//modules/map/data:map_sunnyvale_loop",
162162
],
163163
deps = [
164164
":route_segments",

0 commit comments

Comments
 (0)