Skip to content

Commit ef315d9

Browse files
committed
chore: bypass mbx for universal macos release builds
Entire-Checkpoint: 01M1SJ217CHC0QCDKNRHPE9PMK
1 parent edabe42 commit ef315d9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-cli.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ jobs:
122122
codesign_options: runtime
123123
dry-run: ${{ github.event_name == 'workflow_dispatch' }}
124124
env:
125+
# The universal build passes two --target flags, which mbx cannot handle.
126+
MBX_DISABLE: ${{ matrix.target == 'universal-apple-darwin' }}
125127
CARGO_PROFILE_RELEASE_CODEGEN_UNITS: 1
126128
CARGO_PROFILE_RELEASE_LTO: true
127129
# Signing settles who built the binary; notarization is what Gatekeeper

0 commit comments

Comments
 (0)