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

Cherry pick PR #3057: Fix shared library install target dependency #3087

Merged
merged 1 commit into from
May 15, 2024

Conversation

cobalt-github-releaser-bot
Copy link
Collaborator

Refer to the original PR: #3057

b/335757361

Currently we need to run
ninja -C out/raspi-2_debug cobalt ; ninja -C out/raspi-2_debug cobalt_install
to build an installable target.

This change fixes the install target build dependency so that cobalt_install depends on cobalt for modular installable targets
so that we just need to run ninja -C out/raspi-2_debug cobalt_install to get an installable binary.

b/335757361

Currently we need to run
`ninja -C out/raspi-2_debug cobalt ; ninja -C out/raspi-2_debug
cobalt_install`
to build an installable target.

This change fixes the install target build dependency so that
`cobalt_install` depends on `cobalt` for modular installable targets
so that we just need to run `ninja -C out/raspi-2_debug cobalt_install`
to get an installable binary.

(cherry picked from commit 25df9d7)
@niranjanyardi niranjanyardi merged commit c890687 into 24.lts.1+ May 15, 2024
323 checks passed
@niranjanyardi niranjanyardi deleted the cherry-pick-24.lts.1+-3057 branch May 15, 2024 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants