From 80a5a511e47a33a860b004e3336ba89ab45058f0 Mon Sep 17 00:00:00 2001 From: Nevena Kotlaja Date: Mon, 18 Nov 2024 15:26:30 -0800 Subject: [PATCH] Add toolchain type for remaining actions This is the first step for migrating to Automatic Exec Groups (check [#19261](https://github.com/protocolbuffers/protobuf/issues/19261)). PiperOrigin-RevId: 697777264 --- .../Reflection/FeatureSetDescriptor.g.cs | 17 ----------------- python/internal.bzl | 2 ++ 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 csharp/src/Google.Protobuf/Reflection/FeatureSetDescriptor.g.cs diff --git a/csharp/src/Google.Protobuf/Reflection/FeatureSetDescriptor.g.cs b/csharp/src/Google.Protobuf/Reflection/FeatureSetDescriptor.g.cs deleted file mode 100644 index 208ce1fcb631..000000000000 --- a/csharp/src/Google.Protobuf/Reflection/FeatureSetDescriptor.g.cs +++ /dev/null @@ -1,17 +0,0 @@ -#region Copyright notice and license -// Protocol Buffers - Google's data interchange format -// Copyright 2008 Google Inc. All rights reserved. -// -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file or at -// https://developers.google.com/open-source/licenses/bsd -#endregion - -namespace Google.Protobuf.Reflection; - -internal sealed partial class FeatureSetDescriptor -{ - // Canonical serialized form of the edition defaults, generated by embed_edition_defaults. - private const string DefaultsBase64 = - "ChMYhAciACoMCAEQAhgCIAMoATACChMY5wciACoMCAIQARgBIAIoATABChMY6AciDAgBEAEYASACKAEwASoAIOYHKOgH"; -} diff --git a/python/internal.bzl b/python/internal.bzl index dbd16a288550..b789e5125198 100644 --- a/python/internal.bzl +++ b/python/internal.bzl @@ -45,6 +45,7 @@ def _internal_copy_files_impl(ctx): mnemonic = "InternalCopyFile", progress_message = "Copying files", use_default_shell_env = True, + toolchain = None, ) else: @@ -65,6 +66,7 @@ def _internal_copy_files_impl(ctx): mnemonic = "InternalCopyFile", progress_message = "Copying files", use_default_shell_env = True, + toolchain = None, ) return [