Page MenuHomePhabricator

[native] native_rust_library debug builds
ClosedPublic

Authored by varun on Dec 4 2023, 10:03 PM.
Tags
None
Referenced Files
F3635761: D10186.id34406.diff
Fri, Jan 3, 12:36 PM
F3635760: D10186.id34244.diff
Fri, Jan 3, 12:36 PM
F3635759: D10186.id.diff
Fri, Jan 3, 12:36 PM
Unknown Object (File)
Thu, Jan 2, 5:47 PM
Unknown Object (File)
Sun, Dec 15, 1:46 PM
Unknown Object (File)
Sun, Dec 15, 1:46 PM
Unknown Object (File)
Sun, Dec 15, 1:43 PM
Unknown Object (File)
Sun, Dec 15, 1:34 PM
Subscribers

Details

Summary

we don't need to do release builds of the rust library when we're just doing a debug build of the iOS app

Test Plan

built the app for simulator and did archive builds a couple times in different orders, confirmed everything succeeded. checked the target folder to make sure we aren't doing release builds for debug builds of the app anymore.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

scripts/build-rust-native-library.sh
40 ↗(On Diff #34244)

$CONFIGURATION is set by Xcode

varun requested review of this revision.Dec 4 2023, 10:33 PM
ashoat added inline comments.
scripts/build-rust-native-library.sh
41 ↗(On Diff #34244)

Please use two-space indents

This revision is now accepted and ready to land.Dec 5 2023, 5:59 AM
This revision was automatically updated to reflect the committed changes.