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

libyjit dependency #6371

Merged
merged 3 commits into from
Sep 14, 2022
Merged

libyjit dependency #6371

merged 3 commits into from
Sep 14, 2022

Conversation

nobu
Copy link
Member

@nobu nobu commented Sep 14, 2022

Now even if libyjit.a is up to date, it will be tried to rebuild unconditionally.
That means all targets depending on it, such as miniruby and its dependents, have to rebuild too.

This PR assumes it just depends on the yjit sources and Cargo files.

Currently, miniruby is rebuild **always** when yjit is enabled, even
if nothing is changed.
@matzbot matzbot requested a review from a team September 14, 2022 05:55
yjit/yjit.mk Show resolved Hide resolved
yjit/yjit.mk Outdated Show resolved Hide resolved
Copy link
Member

@k0kubun k0kubun left a comment

Choose a reason for hiding this comment

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

This seems to be working well on my machine. Thank you!

@nobu nobu merged commit 075df96 into ruby:master Sep 14, 2022
@nobu nobu deleted the yjit-lib-dependency branch September 14, 2022 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants