-
Notifications
You must be signed in to change notification settings - Fork 132
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
core-sdk: error The type initializer for 'LibGit2Sharp.Core.NativeMethods' threw an exception #1422
Comments
#1415 has been merged to release/3.1, could you give this another try? |
Thanks, it works with #1415!
Is it necessary to download these two archives just before the end of the build? |
Those two archives are how we bootstrap - the ReferencePackages are produced from https://github.com/dotnet/source-build-reference-packages/ and SourceBuilt.Artifacts is from a recent source-build. The general idea is that there are packages that we need to build against but that are not included in the final source-built product - we still want these to be source-built, so we use this combination of source-built-reference-packages and previously-source-built-packages to make that happen. If you don't care about being completely source-build-clean, you don't need them, but you'll need to build online and possibly change where we look for packages. |
Is there some way I can provide the bits I built locally earlier myself and not download the two tarballs? Is that something that's already possible? |
I don't think that should be too tough; I've started working on it in #1434. |
Triage notes: |
[Scrub] Closing as fixed - both the original issue and the requested --with-packages feature are implemented. |
Hello :)
I have an error with core-sdk with the latest release.
I applied several patches using the Archlinux issue #1310, thanks you for publishing the pkgbuild, it helped me a lot.
I can now compile coreclr, corefx and core-setup without problems but I did not find a solution for core-sdk.
core-sdk.log
Release: v3.1.100-SDK
OS: Exherbo linux
The text was updated successfully, but these errors were encountered: