diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 22fb23aafe..e3c492c64d 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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" diff --git a/BUILD b/BUILD index 13b099db4d..ef07adeba4 100644 --- a/BUILD +++ b/BUILD @@ -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,