Setup integration with the unmanaged community build #14920
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR sets up integration with the unmanaged community build by triggering the run with the latest nightly version of Scala
Before merging secret
BUILD_TOKEN
should be set for the Dotty repo based on the secure token set in the Jenkins instance of the unmanaged community build.The unmanaged community build is not restricted to the list of maintained projects within dotty-staging and can run most of the OSS projects based on information fetched from Scaladex and Maven. Instead of maintaining forks of the projects and using them in the managed community build, we do build the projects using the last release tag. It supports handling dependencies between the builds - project builds are aware of both their upstream and downstream builds, which allows waiting until dependencies are being built and published to the custom Maven repository shared within the build. It supports both sbt and mill (limited) builds. The projects used for the build are picked by their popularity measured in GitHub stars.
The sources of the unmanaged community build can be found here: https://github.com/VirtusLab/community-build3