File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ build --workspace_status_command="echo BUILD_SCM_VERSION 1.2.3"
23
23
# https://bazelbuild.slack.com/archives/C014RARENH0/p1691158021917459?thread_ts=1691156601.420349&cid=C014RARENH0
24
24
common --check_direct_dependencies=off
25
25
26
+ # Make sure we don't regress this.
27
+ common --incompatible_auto_exec_groups
28
+
26
29
# Load any settings & overrides specific to the current user from `.aspect/bazelrc/user.bazelrc`.
27
30
# This file should appear in `.gitignore` so that settings are not shared with team members. This
28
31
# should be last statement in this config so the user configuration is able to overwrite flags from
Original file line number Diff line number Diff line change 9
9
10
10
# Lower-bounds (minimum) versions for direct runtime dependencies.
11
11
# Do not bump these unless rules_js requires a newer version to function.
12
- bazel_dep (name = "aspect_bazel_lib" , version = "2.8.1 " )
12
+ bazel_dep (name = "aspect_bazel_lib" , version = "2.9.2 " )
13
13
bazel_dep (name = "bazel_features" , version = "1.9.0" )
14
14
bazel_dep (name = "bazel_skylib" , version = "1.5.0" )
15
15
bazel_dep (name = "platforms" , version = "0.0.5" )
Original file line number Diff line number Diff line change @@ -238,6 +238,7 @@ def _npm_package_store_impl(ctx):
238
238
"--directory" ,
239
239
package_store_directory .path ,
240
240
],
241
+ toolchain = "@aspect_bazel_lib//lib:tar_toolchain_type" ,
241
242
mnemonic = "NpmPackageExtract" ,
242
243
progress_message = "Extracting npm package {}@{}" .format (package , version ),
243
244
)
You can’t perform that action at this time.
0 commit comments