Skip to content

Commit 7f546c6

Browse files
committed
Do not try to build fat binaries for macOS.
If the OpenSSL homebrew package is installed, trying to compile fat binaries will fail because the OpenSSL libs are skinny.
1 parent 3009030 commit 7f546c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- checkout
6666
- run:
6767
name: "Building and packaging sudo (macOS)"
68-
command: ./scripts/mkpkg --enable-warnings
68+
command: ARCH_FLAGS= ./scripts/mkpkg --enable-warnings
6969
# Save workspace for subsequent jobs (i.e. test)
7070
- persist_to_workspace:
7171
root: .

0 commit comments

Comments
 (0)