You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@asottile per your mention about "reproducible builds" for the tar.gz files it could be accomplished in a Github-specific way by updating make-archives to grab the URLs like this instead of doing a git clone:
It also looks like calling that repeatedly produces a tar file with the same sha1sum so in a way that is "reproducible" and can be added to CI checks.
This would work for the given set of REPOS since they're all hosted on Github, but wouldn't work if other git hosting providers are added to that list.
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
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.
Similar to PR #1614, updates
rbenvandruby-buildto their latest releases which makes more recent versions of Ruby available to pre-commit.rbenv
Doesn't look like
rbenvhas any recent tags (latest is from March 25, 2019), so this is current HEAD of master branch:rbenv/rbenv@585ed84
ruby-build 20210510
https://github.com/rbenv/ruby-build/releases/tag/v20210510