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

Add support for building a specific platform #2256

Open
laeubi opened this issue Mar 18, 2023 · 0 comments
Open

Add support for building a specific platform #2256

laeubi opened this issue Mar 18, 2023 · 0 comments

Comments

@laeubi
Copy link
Member

laeubi commented Mar 18, 2023

Currently one can define multiple platforms in the target to build against. This currently allows building for multiple platforms but also has the drawback that possibly things are on the classpath that are not there on runtime.

As its today usual to build on different platforms in a matrix build, there should be an option to build for a specific platform, such a build should work as follows:

  1. The resolving an building should behave as if there is exactly one platform defined (that is the current running platform)
  2. Projects that have a platform filter that do not match should be skipped
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

No branches or pull requests

1 participant