-
Notifications
You must be signed in to change notification settings - Fork 713
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
3.1.25 #1130
3.1.25 #1130
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"aliases": { | ||
"latest": "3.1.24", | ||
"latest": "3.1.25", | ||
"latest-sdk": "latest", | ||
"latest-arm64-linux": "3.1.21", | ||
"latest-64bit": "latest", | ||
|
@@ -10,6 +10,8 @@ | |
"latest-releases-upstream": "latest" | ||
}, | ||
"releases": { | ||
"3.1.25": "ff6babb041d0f31575cc16d15ef82c6222ca99b8", | ||
"3.1.25-asserts": "6b19d6a8c30d7b83ba2193625fc12cce9ae0206b", | ||
Comment on lines
+13
to
+14
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There are more differences than I would expect in the emscripten-releases repo between these two hashes. Why do they get different versions of binaryen, llvm, etc? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You have to compare |
||
"3.1.24": "54217a0950bb1dafe8808cc6207d378e323f9d74", | ||
"3.1.24-asserts": "4c20c7393ca208c740c16a97dbf305ba52fea2bb", | ||
"3.1.23": "bfd5e63a44ba4c8568cd8ac87c27b35e40732bf4", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where would I look to verify that these are the correct hashes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hash
is a revision in the emscripten-releases repo. the other shas are created byscripts/update_bazel_workspace.sh
and AFAIK don't correspond to something trivially verifiable.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(but there are tests for the bazel bits that run on circleCI if you look below. I assume they work but probably only Mitch knows for sure :) )