Skip to content

Commit f011ac3

Browse files
authored
Emit swiftinterface files for backward compat (#626)
1 parent db5d851 commit f011ac3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.bazelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ build --features=swift.remap_xcode_path
2323
build --features=swift.use_global_module_cache
2424
build --features=swift.enable_library_evolution
2525

26-
build:ios-hello-world --features=swift.emit_swiftinterface
27-
2826
# Gate the references to androidndk behind a flag to support building on arm linux.
2927
build:android --android_crosstool_top=@androidndk//:toolchain
3028

@@ -92,6 +90,7 @@ build:force-xcode-version --ios_simulator_device="iPhone 15"
9290
build:force-xcode-version --ios_simulator_version=18.2
9391
build:force-xcode-version --xcode_version=16.2
9492
build:release-ios --config=release-common --config=force-xcode-version
93+
build:release-ios --features=swift.emit_swiftinterface
9594

9695
# Allows disabling the cache for cases where the cache might be slow, e.g. slow networks.
9796
build:nocache --remote_accept_cached=false

0 commit comments

Comments
 (0)