-
Notifications
You must be signed in to change notification settings - Fork 526
build/scripts/Utils.lua:108: SSL peer certificate or SSH remote key was not OK Cert verify failed: BADCERT_NOT_TRUSTED #1849
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
Comments
We use Premake Think it would be good if you can confirm the bug with just a simple Premake script and report upstream if this is the case. And as workaround, you can change the download code here: https://github.com/mono/CppSharp/blob/main/build/scripts/Utils.lua#L99 To just call |
I changed function but on end is error 0 and nothing do and ./build llvm_build donwlaod again llvm
|
Try returning |
./build.sh build_llvm 6eb36aed86ea276695697093eb8136554c29286b.tar.gz [ <=> ] 187.09M 3.87MB/s in 50s 2024-06-03 14:48:03 (3.75 MB/s) - ‘6eb36aed86ea276695697093eb8136554c29286b.tar.gz’ saved [196177099] Error: 0 |
Check the code here: https://github.com/mono/CppSharp/blob/main/build/llvm/LLVM.lua#L198 Add some |
|
Check around here: https://github.com/mono/CppSharp/blob/main/build/llvm/LLVM.lua#L39 |
I dont know why cannot open archive. But in engrampa is ok.
|
Why is there this error ^ ? Because tar xvf llvm-6eb36aed86ea276695697093eb8136554c29286b.tar.gz -C . |
First of all you are using an unsupported platform. And looks like at the same time you struggling to figure out what's going wrong by what appears to be a relatively simple issue. Maybe try using a supported platform to have a better experience. |
ok |
Brief Description
Hi, i tried build cppsharpfor freebsd and I cannot download llvm.
OS: Windows / OS X / Linux (include version and/or distro)
uname -a
FreeBSD hades 13.3-RELEASE-p1 FreeBSD 13.3-RELEASE-p1 GENERIC amd64
Used headers
Used settings
Target: MSVC/GCC/Clang
Other settings
Stack trace or incompilable generated code
The text was updated successfully, but these errors were encountered: