Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unneeded toolchain_resolution_debug flags from presubmit. #245

Merged
merged 1 commit into from
Apr 12, 2021
Merged
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
18 changes: 1 addition & 17 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ tasks:
platform: macos
name: darwin_amd64_2.1.200
build_flags:
- "--toolchain_resolution_debug"
- "--host_platform"
- "@io_bazel_rules_dotnet//dotnet/toolchain:darwin_amd64_2.1.200"
- "--platforms"
Expand All @@ -51,7 +50,6 @@ tasks:
platform: windows
name: windows_amd64_2.1.200
build_flags:
- "--toolchain_resolution_debug"
- "--host_platform"
- "@io_bazel_rules_dotnet//dotnet/toolchain:windows_amd64_2.1.200"
- "--platforms"
Expand Down Expand Up @@ -88,7 +86,6 @@ tasks:
platform: macos
name: darwin_amd64_2.1.502
build_flags:
- "--toolchain_resolution_debug"
- "--host_platform"
- "@io_bazel_rules_dotnet//dotnet/toolchain:darwin_amd64_2.1.502"
- "--platforms"
Expand All @@ -106,7 +103,6 @@ tasks:
platform: windows
name: windows_amd64_2.1.502
build_flags:
- "--toolchain_resolution_debug"
- "--host_platform"
- "@io_bazel_rules_dotnet//dotnet/toolchain:windows_amd64_2.1.502"
- "--platforms"
Expand Down Expand Up @@ -143,7 +139,6 @@ tasks:
platform: macos
name: darwin_amd64_2.1.503
build_flags:
- "--toolchain_resolution_debug"
- "--host_platform"
- "@io_bazel_rules_dotnet//dotnet/toolchain:darwin_amd64_2.1.503"
- "--platforms"
Expand All @@ -161,7 +156,6 @@ tasks:
platform: windows
name: windows_amd64_2.1.503
build_flags:
- "--toolchain_resolution_debug"
- "--host_platform"
- "@io_bazel_rules_dotnet//dotnet/toolchain:windows_amd64_2.1.503"
- "--platforms"
Expand Down Expand Up @@ -198,7 +192,6 @@ tasks:
platform: macos
name: darwin_amd64_2.2.101
build_flags:
- "--toolchain_resolution_debug"
- "--host_platform"
- "@io_bazel_rules_dotnet//dotnet/toolchain:darwin_amd64_2.2.101"
- "--platforms"
Expand All @@ -216,7 +209,6 @@ tasks:
platform: windows
name: windows_amd64_2.2.101
build_flags:
- "--toolchain_resolution_debug"
- "--host_platform"
- "@io_bazel_rules_dotnet//dotnet/toolchain:windows_amd64_2.2.101"
- "--platforms"
Expand Down Expand Up @@ -253,7 +245,6 @@ tasks:
platform: macos
name: darwin_amd64_2.2.402
build_flags:
- "--toolchain_resolution_debug"
- "--host_platform"
- "@io_bazel_rules_dotnet//dotnet/toolchain:darwin_amd64_2.2.402"
- "--platforms"
Expand All @@ -271,7 +262,6 @@ tasks:
platform: windows
name: windows_amd64_2.2.402
build_flags:
- "--toolchain_resolution_debug"
- "--host_platform"
- "@io_bazel_rules_dotnet//dotnet/toolchain:windows_amd64_2.2.402"
- "--platforms"
Expand Down Expand Up @@ -308,7 +298,6 @@ tasks:
platform: macos
name: darwin_amd64_3.0.100
build_flags:
- "--toolchain_resolution_debug"
- "--host_platform"
- "@io_bazel_rules_dotnet//dotnet/toolchain:darwin_amd64_3.0.100"
- "--platforms"
Expand All @@ -326,7 +315,6 @@ tasks:
platform: windows
name: windows_amd64_3.0.100
build_flags:
- "--toolchain_resolution_debug"
- "--host_platform"
- "@io_bazel_rules_dotnet//dotnet/toolchain:windows_amd64_3.0.100"
- "--platforms"
Expand Down Expand Up @@ -362,7 +350,6 @@ tasks:
platform: macos
name: darwin_amd64_3.1.100
build_flags:
- "--toolchain_resolution_debug"
- "--host_platform"
- "@io_bazel_rules_dotnet//dotnet/toolchain:darwin_amd64_3.1.100"
- "--platforms"
Expand All @@ -380,7 +367,6 @@ tasks:
platform: windows
name: windows_amd64_3.1.100
build_flags:
- "--toolchain_resolution_debug"
- "--host_platform"
- "@io_bazel_rules_dotnet//dotnet/toolchain:windows_amd64_3.1.100"
- "--platforms"
Expand Down Expand Up @@ -484,7 +470,6 @@ tasks:
platform: macos
name: darwin_amd64_3.1.407
build_flags:
- "--toolchain_resolution_debug"
- "--host_platform"
- "@io_bazel_rules_dotnet//dotnet/toolchain:darwin_amd64_3.1.407"
- "--platforms"
Expand All @@ -502,7 +487,6 @@ tasks:
platform: windows
name: windows_amd64_3.1.407
build_flags:
- "--toolchain_resolution_debug"
- "--host_platform"
- "@io_bazel_rules_dotnet//dotnet/toolchain:windows_amd64_3.1.407"
- "--platforms"
Expand Down Expand Up @@ -651,4 +635,4 @@ tasks:
- "--platforms"
- "@io_bazel_rules_dotnet//dotnet/toolchain:darwin_amd64_5.0.201"
test_targets:
- "//..."
- "//..."