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

chore(core): explicitly add dependency in core/build.sh #12050

Closed
wants to merge 2 commits into from

Conversation

ermshiperete
Copy link
Contributor

This fixes a dependency problem with building Core after cleaning the core directory: core depends on common/web/types which in turn depends on core/include/ldml. If the result of building common/web/types still exists, we previously didn't build core/include/ldml which lead to a failure building core. Explicitly adding the reference to core fixes it.

@keymanapp-test-bot skip

This fixes a dependency problem with building Core after cleaning the
`core` directory: `core` depends on `common/web/types` which in turn
depends on `core/include/ldml`. If the result of building
`common/web/types` still exists, we didn't build `core/include/ldml`
which lead to failure building `core`. Explicitly adding the reference
to `core` fixes it.
@keymanapp-test-bot
Copy link

keymanapp-test-bot bot commented Jul 29, 2024

User Test Results

Test specification and instructions

User tests are not required

Test Artifacts

@keymanapp-test-bot keymanapp-test-bot bot added this to the A18S7 milestone Jul 29, 2024
@github-actions github-actions bot added core/ Keyman Core chore labels Jul 29, 2024
`jq.inc.sh` gets sourced in `build-utils-ci.inc.sh` which in turn is
sourced from `common/include/ldml/build.sh`, so we have to include
it in the source package. Strange that we got around without it before...
@ermshiperete
Copy link
Contributor Author

This would require to include quite a bit more (unused) source code files to the Debian source package. Doesn't seem to be worth spending more time on this. Workaround: run core/build.sh configure first.

@ermshiperete ermshiperete deleted the chore/core/dep branch July 29, 2024 15:19
@mcdurdin
Copy link
Member

This circular dependency is on my radar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants