File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,7 @@ build:android --android_crosstool_top=@androidndk//:toolchain
3030# https://github.com/bazelbuild/rules_rust/issues/3627
3131build:ios --config=fake-nightly
3232build:ios --@rules_rust//rust/settings:experimental_use_allocator_libraries_with_mangled_symbols
33- build:_rules_xcodeproj_build --config=fake-nightly
34- build:_rules_xcodeproj_build --@rules_rust//rust/settings:experimental_use_allocator_libraries_with_mangled_symbols
33+ build:_rules_xcodeproj_build --config=ios
3534
3635build --@rules_rust//rust/settings:rustfmt.toml=//:rustfmt.toml
3736build --@rules_rust//rust/settings:clippy.toml=//:.clippy.toml
@@ -57,6 +56,7 @@ build:ci --define build_config=ci
5756build:dbg-common --compilation_mode=opt
5857build:dbg-common --config=abort-panic
5958
59+ build:dbg-ios --config=ios
6060build:dbg-ios --config=dbg-common
6161
6262# Ensure that the output of the `ios_static_framework` rule is a zip as opposed to an unzipped
You can’t perform that action at this time.
0 commit comments