-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
ChakraCore NuGet: Follow-Up Items #2578
Comments
As it was desirable for me to have the ChakraCore libs on NuGet, I published some packages here: Platform Independent (Targets Win-x64, no Arm builds) Win-x86 Win-x64 Win-arm macOS-x64 linux-x64 Source/Scripts: Builds are directly from the ChakraCore releases -- library naming aligns what a .Net Core app can pick up in a x-plat manner via a DllImport attribute with a minimum of hassle. YMMV. |
@Oceanswave we already have our releases on NuGet (though not Linux and OSX binaries since we did not initially see value in providing those binaries for platforms that generally do not use NuGet). https://github.com/Microsoft/ChakraCore/wiki/NuGet-Packages Edit: I see the future work references Linux and OSX binaries. Thanks for taking the initiative on that. We're happy to try to improve our NuGet offerings. @sethbrenith @MSLaguana we could use this as a starting point if we wanted to publish xplat binaries this way, assuming the infrastructure for NuGet publication can handle multiple platforms. |
I am currently building a product written in a windows environment and deployed to linux docker containers. Having the latest linux binaries distributed through Microsoft.ChakraCore would greatly simplify our build process. |
Actually for .net core OSX and Linux NuGet packages would be really helpful, think about production SSR where you only build a .net application and you can have SSR within .net core with chakra instead of installing nodejs. |
Follow-up from #85
Possible Work Items
change.json
file in the NuGet packages to provide easily-accessible information about the commit the package was built from.Future Work (maybe split into a new issue)
Related to releases but not NuGet:
/cc (interested ChakraCore maintainers) @digitalinfinity @boingoing @liminzhu
/cc (folks from #85) @ormico @matthargett @pre10der89 @resnyanskiy @gulbanana @jimmcslim @Oceanswave
The text was updated successfully, but these errors were encountered: