-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat: upgrade curl latest version #7021
base: main
Are you sure you want to change the base?
Conversation
Thanks for submitting this pull request! The maintainers of this repository would appreciate if you could update the CHANGELOG.md based on your changes. |
End hosting curl binaries to allow easy version updates.
Hi @Kim-jy0819 thanks for submitting this PR. I fixed some undefined symbol errors on macOS. Also, we will no longer host curl binaries to make it easier to do version updates in the future. Looks good - tested locally. We can merge once CI passes. |
Hi @ssheorey, Thank you for the review and approval! I really appreciate your work on resolving the undefined symbol errors on macOS and the advice on not hosting curl binaries. Regarding the CI failures (e.g., on MacOS and Ubuntu), I’m currently looking into the logs, but I’m finding it challenging to pinpoint the exact cause. If you have any insights or suggestions on where I should focus my attention, that would be incredibly helpful. I’ll continue investigating in the meantime and will keep you updated on my progress. Thank you again for your support! |
Type
Motivation and Context
The release files are using older version(7.88.0), but this softwares have many vulnerabilities.
So I upgrade version to 8.10.1
Checklist:
python util/check_style.py --apply
to apply Open3D code styleto my code.
updated accordingly.
results (e.g. screenshots or numbers) here.
Description
Hello this is �my first time opening a pull request in Open3D.
I'm not sure the right file is generated. Below is my command. Thank you.
File
curl_8.10.1_linux_x86_64.tar.zip
reference