fix(core): conditionally include system CA flag in execArgv for build…#15022
fix(core): conditionally include system CA flag in execArgv for build…#15022neostfox wants to merge 6 commits intoanomalyco:devfrom
Conversation
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
|
Adds
|
… script
Issue for this PR
Closes #15021
Type of change
What does this PR do?
This PR fixes the issue reported in #15021. It adds an env var
OPENCODE_DISABLE_SYSTEM_CAto optionally bypass the--use-system-caflag.How did you verify your code works?
I tested it locally on Windows with enterprise security software (LHShield).
OPENCODE_DISABLE_SYSTEM_CA="true", the CLI started successfully without the segfault crash.--use-system-cawas included as normal.Screenshots / recordings
N/A (This is a backend CLI fix, no UI changes)
Checklist
If you do not follow this template your PR will be automatically rejected.