Skip to content
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

juliaup versionsdb.json nondeterministic order #282

Closed
bmwiedemann opened this issue Mar 31, 2022 · 1 comment
Closed

juliaup versionsdb.json nondeterministic order #282

bmwiedemann opened this issue Mar 31, 2022 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@bmwiedemann
Copy link

While working on reproducible builds for openSUSE, I found that
our juliaup 1.6.0 package varied from entry order issues in the versionsdb.json file.

 {
   "AvailableVersions": {
-    "1.1.0+0~x86": {
-      "UrlPath": "bin/linux/x86/1.1/julia-1.1.0-linux-i686.tar.gz"
+    "1.6.5+0~x64": {
+      "UrlPath": "bin/linux/x64/1.6/julia-1.6.5-linux-x86_64.tar.gz"
     },

This caused variations in resulting /usr/bin/julialauncher and /usr/bin/juliaup binaries.

It should be possible to build twice and get identical binaries.

@davidanthoff davidanthoff added the bug Something isn't working label Jul 17, 2022
@davidanthoff davidanthoff added this to the Backlog milestone Jul 17, 2022
@davidanthoff
Copy link
Collaborator

I believe this should now be fixed on main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants