Skip to content

Add multidomain config option & CI jobs #3947

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

TheNumbat
Copy link
Contributor

@TheNumbat TheNumbat commented Apr 29, 2025

To get multiple domains, you now need to configure with --enable-multidomain.
Multidomain requires also configuring with --enable-runtime5, --enable-stack-checks, and --enable-poll-insertion.
In a further PR we should make all of these enabled by default.

  • Adds a multidomain test predicate and adds it to all tests that spawn domains.
  • Adds CI jobs for stack-checks-only, poll-insertion-only, and multidomain.

We have a lot of CI jobs now and some of them are mostly redundant, so we should consider removing some.

I'd also like to merge #3773, which cleans up the definitions in the runtime and fixes an issue with caml_try_realloc_stack.

@TheNumbat TheNumbat added build system multicore Multicore-related issues labels Apr 29, 2025
@TheNumbat TheNumbat requested a review from mshinwell April 29, 2025 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build system multicore Multicore-related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant