File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ build --features=swift.remap_xcode_path
23
23
build --features=swift.use_global_module_cache
24
24
build --features=swift.enable_library_evolution
25
25
26
- build:ios-hello-world --features=swift.emit_swiftinterface
27
-
28
26
# Gate the references to androidndk behind a flag to support building on arm linux.
29
27
build:android --android_crosstool_top=@androidndk//:toolchain
30
28
@@ -92,6 +90,7 @@ build:force-xcode-version --ios_simulator_device="iPhone 15"
92
90
build:force-xcode-version --ios_simulator_version=18.2
93
91
build:force-xcode-version --xcode_version=16.2
94
92
build:release-ios --config=release-common --config=force-xcode-version
93
+ build:release-ios --features=swift.emit_swiftinterface
95
94
96
95
# Allows disabling the cache for cases where the cache might be slow, e.g. slow networks.
97
96
build:nocache --remote_accept_cached=false
You can’t perform that action at this time.
0 commit comments