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

Run Kotlin Acceptance Tests in Linux GNU and MUSL Docker Images #98

Open
ALRubinger opened this issue Jul 31, 2024 · 0 comments
Open

Run Kotlin Acceptance Tests in Linux GNU and MUSL Docker Images #98

ALRubinger opened this issue Jul 31, 2024 · 0 comments
Assignees

Comments

@ALRubinger
Copy link
Contributor

The proposed CI job in #96 runs acceptance tests after building the Kotlin binary to ensure that it may be loaded as a consumer would - bringing in the built JAR, putting it on the ClassPath, and being able to use all tbDEX functions including the native dependencies. This test is a very simple Java class in /tests/jvm of this repo.

The CI job runs this on baremetal for macos-latest and macos-12. To fully test both Linux MUSL and GNU, it should be run in Docker, similarly to how @KendallWeihe used Docker images to build these.

Dockerize 'em.

Left as a follow-on task to #94 so that we remove it off the critical delivery path for the 3.0.0 release, but this should be handled soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

3 participants