Skip to content

Commit d1a8ca8

Browse files
Empting Eelco (ETAS-ECM/XPC-Fe2)Empting Eelco (ETAS-ECM/XPC-Fe2)
authored andcommitted
Simplify bazel example runner
1 parent 680e924 commit d1a8ca8

2 files changed

Lines changed: 3 additions & 49 deletions

File tree

examples/BUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# SPDX-License-Identifier: Apache-2.0
1212
# *******************************************************************************
1313
load("//:defs.bzl", "launch_manager_config")
14-
load(":run_examples.bzl", "run_examples")
1514

1615
launch_manager_config(
1716
name = "example_config",
@@ -40,9 +39,10 @@ filegroup(
4039
],
4140
)
4241

43-
run_examples(
42+
sh_binary(
4443
name = "run_examples",
45-
deps = [
44+
srcs = ["run.sh"],
45+
data = [
4646
":example_apps",
4747
":lm_binaries",
4848
],

examples/run_examples.bzl

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)