Skip to content

Commit eff9caf

Browse files
authored
Disable shared libraries on macOS to avoid conflict with -all-static (#3261)
1 parent 77d23e9 commit eff9caf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
--host="${{ matrix.target }}$(uname -r)" \
155155
--disable-docs \
156156
--with-oniguruma=builtin \
157+
--disable-shared \
157158
--enable-static \
158159
--enable-all-static \
159160
CFLAGS="-O2 -pthread -fstack-protector-all"

0 commit comments

Comments
 (0)