There was an error while loading. Please reload this page.
1 parent edabe42 commit ef315d9Copy full SHA for ef315d9
1 file changed
.github/workflows/publish-cli.yml
@@ -122,6 +122,8 @@ jobs:
122
codesign_options: runtime
123
dry-run: ${{ github.event_name == 'workflow_dispatch' }}
124
env:
125
+ # The universal build passes two --target flags, which mbx cannot handle.
126
+ MBX_DISABLE: ${{ matrix.target == 'universal-apple-darwin' }}
127
CARGO_PROFILE_RELEASE_CODEGEN_UNITS: 1
128
CARGO_PROFILE_RELEASE_LTO: true
129
# Signing settles who built the binary; notarization is what Gatekeeper
0 commit comments