Remove swift specific flags and .bazelrc
This commit is contained in:
parent
9fa4bbb067
commit
f74616f7e5
2
.bazelrc
2
.bazelrc
|
@ -1,2 +0,0 @@
|
|||
build --strategy=CoreCompile=standalone
|
||||
build --strategy=SwiftCompile=standalone
|
|
@ -1,2 +0,0 @@
|
|||
#
|
||||
build --strategy=SwiftCompile=standalone
|
|
@ -1,2 +0,0 @@
|
|||
#
|
||||
build --strategy=SwiftCompile=standalone
|
|
@ -1,2 +0,0 @@
|
|||
#
|
||||
build --strategy=SwiftCompile=standalone
|
|
@ -1,2 +0,0 @@
|
|||
#
|
||||
build --strategy=SwiftCompile=standalone
|
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue