Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tools/Release/Sources/Release.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ struct Release: AsyncParsableCommand {
Log.info("Building \(branch) at \(commitHash)")

// unset fixes an issue where swift compilation prevents building for targets other than macOS
let cargoCommand = "cargo xtask swift build-framework --release --target aarch64-apple-ios --target aarch64-apple-ios-sim --target x86_64-apple-ios"
let cargoCommand = "cargo xtask swift build-framework --profile apple-release --target aarch64-apple-ios --target aarch64-apple-ios-sim --target x86_64-apple-ios"
try Zsh.run(command: "unset SDKROOT && \(cargoCommand)", directory: buildDirectory)

return BuildProduct(sourceRepo: sourceRepo,
Expand Down