Skip to content

Comments

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
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.

@martindevans martindevans merged commit 82bdbb2 into SciSharp:master Feb 16, 2026
6 checks passed
@m0nsky m0nsky deleted the fix/disable-openssl-macos-compile branch February 16, 2026 14:38
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