For our CI builds, we've been using Amazon Corrett...
# random
p
For our CI builds, we've been using Amazon Corretto images. So far, we've only targeted JVM, but that might change. 🙂 I've been wondering how people configure their CI to build KMP libraries. Do you have a base image and install packages (e.g,
build-essential
for Debian-like), or is there any "silver bullet" image (one that has everything already configured)? Thanks!
s
I used Temurin before and now I work with Azul for my KMP libraries. Why do you use Corretto? Is it not a JVM that is mainly optimized for AWS Lambda?
p
That's a good question! 😅 I think I got used to IDEA downloading Corretto JDKs and decided to use their images on our CI. But I am happy to test other vendors.
👌 1