Fix NuGet package name and glibc rid.#5290
Fix NuGet package name and glibc rid.#5290NikolajBjorner merged 1 commit intoZ3Prover:masterfrom Symbolica:master
Conversation
|
@NikolajBjorner thanks for merging #5288. I managed to test this locally by downloading the NuGet from the nightly release on here. It works fine for Mac. However, I noticed that the deps.json for the linux lib was now showing as glibc-x64, which isn't a valid linux RID according to here. I also asked a colleague on Linux to try the nightly and it broke for him. I think this is possibly only an issue in the nightlies because it's just in Second to this I noticed that the NuGet package name had changed to |
|
Thanks for checking up on the ubuntu vs glibc. It was introduced when our hosted build machines started using this naming convention so I assumed it was a Linux-wide convention change. For x64: the reason is that someone took ownership of the nuget package Microsoft.Z3 namespace and the party didn't respond to releasing the name for some time as I was setting up a native distribution pipeline. Also, the nightly builds are rehearsals for releases. So the conventions used in releases will be the same. |
No description provided.