Skip to content

Conversation

@UebelAndre
Copy link
Collaborator

Addresses #1272 (comment)

@UebelAndre UebelAndre requested a review from illicitonion April 26, 2022 05:55
@UebelAndre UebelAndre changed the title Fixed missing BUILD file from release artifact Fixed build issues in release artifact Apr 26, 2022
)

sh_binary(
cc_binary(
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This being a sh_binary added an unnecessary reliance on bash for windows as well as required executable files be present in release artifacts, which there are none of.

sh_binary(
name = "fetch_shas",
srcs = ["fetch_shas.sh"],
tags = ["manual"],
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This avoids requiring an executable file in the release artifact.

@UebelAndre UebelAndre merged commit 26fa5a1 into bazelbuild:main Apr 26, 2022
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.

2 participants