File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,17 @@ module(
13
13
# py_image_layer needs compute_unused_inputs attribute
14
14
# py_image_layer needs repo_mapping fix.
15
15
bazel_dep (name = "aspect_bazel_lib" , version = "2.16.0" )
16
+ bazel_dep (name = "aspect_tools_telemetry" , version = "0.2.0" )
16
17
bazel_dep (name = "bazel_skylib" , version = "1.4.2" )
17
18
bazel_dep (name = "rules_python" , version = "0.29.0" )
18
19
bazel_dep (name = "platforms" , version = "0.0.7" )
19
20
20
21
bazel_lib = use_extension ("@aspect_bazel_lib//lib:extensions.bzl" , "toolchains" )
21
22
bazel_lib .expand_template ()
22
23
24
+ tel = use_extension ("@aspect_tools_telemetry//:extension.bzl" , "telemetry" )
25
+ use_repo (tel , "aspect_tools_telemetry_report" )
26
+
23
27
# Custom python version for testing only
24
28
python = use_extension ("@rules_python//python/extensions:python.bzl" , "python" , dev_dependency = True )
25
29
python .toolchain (
Original file line number Diff line number Diff line change 1
1
"Module Extensions used from MODULE.bazel"
2
2
3
+ load ("@aspect_tools_telemetry_report//:defs.bzl" , "TELEMETRY" ) # buildifier: disable=load
3
4
load ("//tools:version.bzl" , "IS_PRERELEASE" )
4
5
load (":toolchains.bzl" , "DEFAULT_TOOLS_REPOSITORY" , "rules_py_toolchains" )
5
6
You can’t perform that action at this time.
0 commit comments