-
Notifications
You must be signed in to change notification settings - Fork 8
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
BUILD and lock file improvements #30
Conversation
@kilian-funk @evan-flynn-apexai Items 1 and 2 from #28 are implemented. Not yet implemented is the checker rule, to ensure the IN file hasn't been modified without an update to the lock file. Update, latest push, test checker business logic implemented. Just need to un-hardcode the humble lockfile as the arg/data to the |
c84fe16
to
9cf52af
Compare
repos/config/detail/BUILD.bazel
Outdated
name = "test_repos_index_sha256", | ||
srcs = ["test/test_repos_index_sha256.sh"], | ||
args = [ | ||
"$(execpath @rules_ros//repos/config:setup_humble.lock.bzl)", # TODO |
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.
Almost there, just need to swap this out with the current Workspace lock file.
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.
"$(execpath @rules_ros//repos/config:setup_humble.lock.bzl)", # TODO | |
"$(execpath {})".format(REPOS_INDEX_FILE), |
9cf52af
to
139929d
Compare
@evan-flynn-apexai @kilian-funk This MR is ready. |
139929d
to
8d972eb
Compare
@evan-flynn-apexai CI was failing to start because |
Closes #28