Skip to content
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

pkg.bzl: Fix install targets. #16627

Merged
merged 2 commits into from
Jun 3, 2024
Merged

pkg.bzl: Fix install targets. #16627

merged 2 commits into from
Jun 3, 2024

Conversation

criemen
Copy link
Collaborator

@criemen criemen commented May 30, 2024

First, the labels used in this file need to be wrapped in Label, so that we can use the installer target for codeql_pack's that are defined in the internal repo. Second, when unpacking zips, the path passed to ripunzip included a trailing \n, which caused ripunzip to fail.

First, the labels used in this file need to be wrapped in `Label`,
so that we can use the installer target from the internal repo.
Second, when unpacking zips, the path passed to `ripunzip` included a trailing
`\n`, which caused `ripunzip` to fail.
@criemen criemen requested a review from a team as a code owner May 30, 2024 19:08
redsun82
redsun82 previously approved these changes Jun 3, 2024
Copy link
Contributor

@redsun82 redsun82 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for spotting these bugs!

misc/bazel/pkg.bzl Outdated Show resolved Hide resolved
Co-authored-by: Paolo Tranquilli <[email protected]>
@criemen criemen merged commit 5875ec2 into main Jun 3, 2024
17 checks passed
@criemen criemen deleted the criemen/pkg-fix-install branch June 3, 2024 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants