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

Fix bundling error on buildbots #8392

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Fix bundling error on buildbots #8392

merged 1 commit into from
Aug 16, 2024

Conversation

alexreinking
Copy link
Member

LLVM as it is built on the buildbots depends on -lrt, which is not a target. Filter out non-target dependencies from consideration.

Skipping buildbots because this code is not tested by the PR workflows.

LLVM as it is built on the buildbots depends on `-lrt`, which is not a target. Filter out non-target dependencies from consideration.
@alexreinking alexreinking added the buildbot_test_nothing Buildbots ignore this PR entirely. Takes precedence over all other buildbot_test_* labels. label Aug 16, 2024
@alexreinking
Copy link
Member Author

Clearly buildbot_test_nothing isn't working

Copy link
Member

@abadams abadams left a comment

Choose a reason for hiding this comment

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

Not sure I understand, but rubber-stamping

@alexreinking alexreinking merged commit 9864bd4 into main Aug 16, 2024
13 of 16 checks passed
@alexreinking alexreinking deleted the build/bundle-static-fix branch August 16, 2024 20:51
mcourteaux pushed a commit to mcourteaux/Halide that referenced this pull request Sep 15, 2024
LLVM as it is built on the buildbots depends on `-lrt`, which is not a
target. Filter out non-target dependencies from consideration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
buildbot_test_nothing Buildbots ignore this PR entirely. Takes precedence over all other buildbot_test_* labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants