Remove option for strict concurrency checking (#5910)

This commit is contained in:
Danny Mösch
2024-12-23 16:40:21 +01:00
committed by GitHub
parent cbedb0844e
commit 532bc5a770
2 changed files with 0 additions and 11 deletions
-6
View File
@@ -5,12 +5,6 @@ steps:
- bazel build :swiftlint
- echo "+++ Test"
- bazel test --test_output=errors //Tests/...
- label: "Build With Strict Concurrency"
commands:
- echo "+++ Build"
- bazel build --define strict_concurrency_builtin_rules=true :swiftlint
- echo "--- Clean up"
- git reset --hard
- label: "SwiftPM"
commands:
- echo "+++ Test"
-5
View File
@@ -8,11 +8,6 @@ load(
"universal_swift_compiler_plugin",
)
config_setting(
name = "strict_concurrency_builtin_rules",
values = {"define": "strict_concurrency_builtin_rules=true"},
)
bool_flag(
name = "universal_tools",
build_setting_default = False,