Remove swift specific flags and .bazelrc

This commit is contained in:
Adam Liddell 2021-02-21 21:01:36 +00:00
parent 9fa4bbb067
commit f74616f7e5
6 changed files with 1 additions and 15 deletions

View File

@ -1,2 +0,0 @@
build --strategy=CoreCompile=standalone
build --strategy=SwiftCompile=standalone

View File

@ -1,2 +0,0 @@
#
build --strategy=SwiftCompile=standalone

View File

@ -1,2 +0,0 @@
#
build --strategy=SwiftCompile=standalone

View File

@ -1,2 +0,0 @@
#
build --strategy=SwiftCompile=standalone

View File

@ -1,2 +0,0 @@
#
build --strategy=SwiftCompile=standalone

View File

@ -105,11 +105,7 @@ func makeSwift() *Language {
PresubmitEnvVars: map[string]string{
"CC": "clang",
},
Flags: append(commonLangFlags, &Flag{
Category: "build",
Name: "strategy=SwiftCompile",
Value: "standalone",
}),
Flags: commonLangFlags,
SkipTestPlatforms: []string{"windows"},
Rules: []*Rule{
&Rule{