Merged
Conversation
josephlr
approved these changes
Apr 5, 2024
Member
josephlr
left a comment
There was a problem hiding this comment.
Looks nice! Thanks for fixing up the Cargo and CI files!
josephlr
requested changes
Apr 5, 2024
josephlr
reviewed
Apr 5, 2024
Member
Author
|
@josephlr |
josephlr
approved these changes
Apr 6, 2024
Member
Author
|
@josephlr |
Member
That's a good point. I'' try to remeber to do that in the future. |
takumi-earth
pushed a commit
to earthlings-dev/getrandom
that referenced
this pull request
Jan 27, 2026
* Release v0.2.13 * Tweak web tests * Apply `continue-on-error: true` for the whole Web Windows job * Update release date * Test Edge only on Windows * Fix path in `.cargo/config` symlink * Update wasmpack to v0.12.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
linux_disable_fallbackcrate feature to disable/dev/urandom-based fallback on Linux and Android targets. Enabling this feature bumps minimum supported Linux kernel version to 3.17 and Android API level to 23 (Marshmallow). #396Changed
/dev/urandomfallback for Linux targets outside of the followingtarget_arches:aarch64,arm,powerpc,powerpc64,s390x,x86,x86_64#396EPERMerror code on Android while checking availability of thegetrandomsyscall #396