-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Pin rules_closure to commit c56b953 #6770
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
1b70c79
Pin rules_closure to https://github.com/bazelbuild/rules_closure/pull…
yatbear 739ac0b
update rules_webtesting to be compatibile with rules_closure
yatbear cc88b27
add the private `platform_http_file` method that no longer exists in …
yatbear 7f48760
use the new alternative `platform_archive` instead
yatbear 562677c
add platform_archive rules for `macos_arm64`
yatbear 8de957f
patch in go/tbpr/6772 but remove `rules_webtesting` dep since this na…
yatbear c0075d6
remove `grpc_extra_deps`, which causes go_register_toolchains version…
yatbear 04c541b
fix link
yatbear 29ae219
lint
yatbear ae27f1e
load `rules_python` before setting up py_repositories
yatbear File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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.
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.
Thanks, Yating!
One question... how do we get these values? Should we just comment them out? Or is it easy to return to this if we need to?
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.
I just ran the
shasum -a 256against thetar.gzfile, I think we always update the commit hash when we change version.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.
Ok, but how about the urls? Where/how did you find this new value to reference? Is there a guide for how to update these references?
Is it just that these particular versions are the latest ones available at http://mirror.tensorflow.org?