File tree Expand file tree Collapse file tree 5 files changed +0
-488
lines changed Expand file tree Collapse file tree 5 files changed +0
-488
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,6 @@ pkg_tar(
211
211
"//tools/buildkite/cmd/buildkite_artifacts" ,
212
212
"//tools/end2end" ,
213
213
"//tools/end2end_integration" ,
214
- "//tools/end2endblast" ,
215
214
"//tools/pktgen/cmd/pktgen" ,
216
215
"//tools/scion_integration" ,
217
216
"//tools/udpproxy" ,
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ def scion_tester_image():
24
24
name = "tester_layer_bin" ,
25
25
srcs = [
26
26
"//tools/end2end:end2end" ,
27
- "//tools/end2endblast:end2endblast" ,
28
27
"//scion/cmd/scion" ,
29
28
"//scion-pki/cmd/scion-pki:scion-pki" ,
30
29
],
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ scion_go_binary(
21
21
name = "end2end_integration" ,
22
22
data = [
23
23
"//tools/end2end" ,
24
- "//tools/end2endblast" ,
25
24
],
26
25
embed = [":go_default_library" ],
27
26
visibility = ["//visibility:public" ],
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments