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: 697777264
  • Loading branch information
kotlaja authored and copybara-github committed Nov 18, 2024
1 parent 798bf72 commit 80a5a51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
17 changes: 0 additions & 17 deletions csharp/src/Google.Protobuf/Reflection/FeatureSetDescriptor.g.cs

This file was deleted.

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 80a5a51

Please sign in to comment.