Skip to content

Replace -DLLAMA_CURL=OFF with -DLLAMA_OPENSSL=OFF#1333

Merged
martindevans merged 1 commit intoSciSharp:masterfrom
m0nsky:fix/disable-openssl-macos-compile
Feb 16, 2026
Merged

Replace -DLLAMA_CURL=OFF with -DLLAMA_OPENSSL=OFF#1333
martindevans merged 1 commit intoSciSharp:masterfrom
m0nsky:fix/disable-openssl-macos-compile

Conversation

@m0nsky
Copy link
Copy Markdown
Contributor

@m0nsky m0nsky commented Feb 16, 2026

Just noticed we had another macos build fail: our existing DLLAMA_CURL=OFF in the compile workflow wasn't doing anything anymore because of the changes introduced in this PR. After that PR, OpenSSL was enabled by default causing issues in our cross compilation (building x86_x64 on arm64), so this PR disables it.

In the future we could always look at the macos compilation again to see if we really need macos x86_64, but for now, this PR should make it match the old behavior again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants