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

Make sure the test runner gets rebuilt whenever ponyc gets rebuilt #4362

Merged
merged 1 commit into from
Jul 7, 2023

Conversation

dipinhora
Copy link
Contributor

Prior to this commit, a call to make build would not rebuild the test runner whenever ponyc would get rebuilt. This could cause some confusion, especially if libponyrt changed, as one would expect make build to ensure the runner is built using the latest version of the runtime and compiler.

This commit ensures that the runner will get rebuilt whenever ponyc gets rebuilt by adding ponyc as an explicit dependency to the runner build command.

Prior to this commit, a call to `make build` would not rebuild the
test `runner` whenever `ponyc` would get rebuilt. This could
cause some confusion, especially if `libponyrt` changed, as one
would expect `make build` to ensure the `runner` is built using the
latest version of the runtime and compiler.

This commit ensures that the runner will get rebuilt whenever
`ponyc` gets rebuilt by adding `ponyc` as an explicit dependency
to the `runner` build command.
@ponylang-main ponylang-main added the discuss during sync Should be discussed during an upcoming sync label Jul 6, 2023
@jemc
Copy link
Member

jemc commented Jul 7, 2023

The CI failure is unrelated and will be fixed by PR #4358.

@jemc jemc merged commit 44b777d into ponylang:main Jul 7, 2023
19 of 20 checks passed
@ponylang-main ponylang-main removed the discuss during sync Should be discussed during an upcoming sync label Jul 7, 2023
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.

3 participants