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

Update SBT to version 1.9.9 and buildenv images and JDK versions in CI #450

Merged
merged 5 commits into from
Aug 22, 2024

Conversation

lbulej
Copy link
Member

@lbulej lbulej commented Aug 21, 2024

Picks elements from #443 and adds a few related updates.

After some consideration, we actually drop the SBT binaries because the use case they were meant for (building Renaissance in a networkless environment) does not seem to make much sense given the amount of dependencies that need to be downloaded.

The CI was updated to use version 10 of buildenv images and the JDK versions tested were bumped to 22 (latest), { 11, 17, 21 } (legacy), and 23 (EA).

reneleonhardt and others added 5 commits August 21, 2024 19:37
The scripts should download the necessary binaries into local cache.

The binaries were meant to make it easier to use the repository in
disconnected mode, but such a use case is rather unlikely, because
building the project without being able to download dependencies is
doomed to fail, unless all dependencies were cached.

Keeping the launcher scripts allows building the repository without SBT
installed, otherwise people should just use their system-wide SBT.
@lbulej lbulej marked this pull request as ready for review August 21, 2024 20:03
@lbulej lbulej requested a review from vhotspur August 21, 2024 20:03
Copy link
Member

@vhotspur vhotspur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@lbulej lbulej merged commit dfd06b6 into master Aug 22, 2024
17 checks passed
@lbulej lbulej deleted the topic/build-updates branch August 22, 2024 00:21
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