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

feat: improve runfiles handling #38

Merged
merged 1 commit into from
Nov 30, 2023
Merged

feat: improve runfiles handling #38

merged 1 commit into from
Nov 30, 2023

Conversation

p0deje
Copy link
Member

@p0deje p0deje commented Nov 30, 2023

Allows to use an rb_binary() target as an input to a run_binary() rule

Allows to use an rb_binary() target as an input to a run_binary() rule

Co-Authored-By: Alex Eagle <[email protected]>
@p0deje p0deje marked this pull request as ready for review November 30, 2023 18:17
@p0deje p0deje merged commit b4f09ff into main Nov 30, 2023
24 checks passed
@p0deje p0deje deleted the run_binary branch November 30, 2023 18:18
run_binary(
name = "perform-addition",
srcs = [":add"],
outs = ["addition-result"],
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: we should have some test in this package to assert that the out file has expected content

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