-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Hold] bump rules_swift latest rev of IWBV2
Now it works without worker. - Add the updated flag for IWBV2 - Remove index-import as it's now baked in Note: please hold until the PR at rules_swift merges bazelbuild/rules_swift#567
- Loading branch information
1 parent
bb19379
commit 20148fe
Showing
5 changed files
with
10 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.0 | ||
4.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Pull buildifer.mac as an http_file, then depend on the file group to make an | ||
# executable | ||
load("@build_bazel_rules_swift//swift/internal:feature_names.bzl", "SWIFT_FEATURE_INDEX_WHILE_BUILDING_V2") | ||
load("@build_bazel_rules_swift//swift/internal:feature_names.bzl", "SWIFT_FEATURE_USE_GLOBAL_INDEX_STORE") | ||
|
||
sh_binary( | ||
name = "buildifier", | ||
srcs = ["@buildifier.mac//file"], | ||
) | ||
|
||
config_setting( | ||
name = "index_while_building_v2", | ||
name = "use_global_index_store", | ||
values = { | ||
"features": SWIFT_FEATURE_INDEX_WHILE_BUILDING_V2, | ||
"features": SWIFT_FEATURE_USE_GLOBAL_INDEX_STORE, | ||
}, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters