Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions e2e/repo_mapping/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import %workspace%/../../tools/preset.bazelrc
import %workspace%/../e2e.bazelrc

# Exercise action toolchain resolution when apparent repository names differ.
common --incompatible_auto_exec_groups
2 changes: 1 addition & 1 deletion npm/private/npm_package_store.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def _npm_package_store_impl(ctx):
execution_requirements = {
"supports-path-mapping": "1",
},
toolchain = tar_lib.toolchain_type,
toolchain = Label("@tar.bzl//tar/toolchain:type"),

# Always override the locale to give better hermeticity.
# See https://github.com/aspect-build/rules_js/issues/2039
Expand Down
Loading