Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] MacOS build.sh failing on 15.2 Beta (24C5089c) #410

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

arianizadi
Copy link

PR type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other... Please describe:

PR checklist

Please check if your PR fulfills the following requirements:

  • I have read the CONTRIBUTING.md doc
  • The Git workflow follows our guidelines: CONTRIBUTING.md#git
  • I have added necessary documentation (if appropriate)

What is the current behavior?

Currently, when running the build.sh for macOS it fails to curl OpenSSL, the patch applied for OSX lion breaks the build for OpenVPN, the OpenSSL being used defaults to system and not what was built by the script, Golang 1.23 is not supported, and passing macOS-version-min=10.6 causes build issues.

Issue number: N/A

What is the new behavior?

Same build workflow, the only changes are flags and updated docs for the correct Golang version. Also, I had enabled lz4 for the OpenVPN build, and it works on M4, I do not have an M1 chip to test.

Does this PR introduce a breaking change?

  • Yes
  • No

I had to disable the patching for OSX lion for OpenVPN, so I am pretty sure it will break the build for that specific macOS.

Other information

@arianizadi
Copy link
Author

arianizadi commented Nov 28, 2024

  1. Error when curling
curl error
  1. Error for go 1.23
go error
  1. Error for including OSX Lion patch
lion patch error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Do
Development

Successfully merging this pull request may close these issues.

1 participant