Skip to content

Commit

Permalink
Add toolchain type for remaining actions
Browse files Browse the repository at this point in the history
This is the first step for migrating to Automatic Exec Groups (check [#19261](#19261)).

PiperOrigin-RevId: 696810239
  • Loading branch information
kotlaja authored and copybara-github committed Nov 15, 2024
1 parent 55ecec1 commit e8a2bc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/internal.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def _internal_copy_files_impl(ctx):
mnemonic = "InternalCopyFile",
progress_message = "Copying files",
use_default_shell_env = True,
toolchain = None,
)

else:
Expand All @@ -65,6 +66,7 @@ def _internal_copy_files_impl(ctx):
mnemonic = "InternalCopyFile",
progress_message = "Copying files",
use_default_shell_env = True,
toolchain = None,
)

return [
Expand Down

0 comments on commit e8a2bc5

Please sign in to comment.