-
Notifications
You must be signed in to change notification settings - Fork 3
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
Refactor CI #94
Comments
Q for @KendallWeihe @nitro-neal: Can we fix Java version from |
Q to review with @KendallWeihe and @nitro-neal on Monday, from comments I'm dropping into the
|
This commit should be reverted once the new build becomes THE build as pom.xml
These should be supplied by the developer build or the CI build
…hey are bound already
… kotlin resources src folder
… kotlin resources src folder
Not opposed! If you can fit it into the workload then I'm open to it 👍 The general strategy here is to start as a bundle and move to atomized packages, and that I think should remain the case for the time being. |
…ions * Rewrite Maven Build (pom.xml) * Add manual trigger to dispatch CI * Remove native binaries from source control - these should be supplied by the developer build or the CI build * Build native libraries on CI (MacOS aarch64 Darwin, MacOS x86_64 Darwin, Linux x86_64 GNU, Linux x86_64 MUSL) * Add cargo config on libssl (needed for some platforms) * Deploy SNAPSHOT to TBD Artifactory * Acceptance test the JVM Distribution
…ions * Rewrite Maven Build (pom.xml) * Add manual trigger to dispatch CI * Remove native binaries from source control - these should be supplied by the developer build or the CI build * Build native libraries on CI (MacOS aarch64 Darwin, MacOS x86_64 Darwin, Linux x86_64 GNU, Linux x86_64 MUSL) * Add cargo config on libssl (needed for some platforms) * Deploy SNAPSHOT to TBD Artifactory * Acceptance test the JVM Distribution
Let's do this in some future task. Not necessary to cross the upcoming deliverables. |
…ions * Rewrite Maven Build (pom.xml) * Add manual trigger to dispatch CI * Remove native binaries from source control - these should be supplied by the developer build or the CI build * Build native libraries on CI (MacOS aarch64 Darwin, MacOS x86_64 Darwin, Linux x86_64 GNU, Linux x86_64 MUSL) * Add cargo config on libssl (needed for some platforms) * Deploy SNAPSHOT to TBD Artifactory * Acceptance test the JVM Distribution
…or SSL based on Kendall PR feedback
* Rewrite Maven Build (pom.xml) * Add manual trigger to dispatch CI * Remove native binaries from source control - these should be supplied by the developer build or the CI build * Build native libraries on CI (MacOS aarch64 Darwin, MacOS x86_64 Darwin, Linux x86_64 GNU, Linux x86_64 MUSL) * Add cargo config on libssl (needed for some platforms) * Deploy SNAPSHOT to TBD Artifactory * Acceptance test the JVM Distribution
…ions * Rewrite Maven Build (pom.xml) * Add manual trigger to dispatch CI * Remove native binaries from source control - these should be supplied by the developer build or the CI build * Build native libraries on CI (MacOS aarch64 Darwin, MacOS x86_64 Darwin, Linux x86_64 GNU, Linux x86_64 MUSL) * Add cargo config on libssl (needed for some platforms) * Deploy SNAPSHOT to TBD Artifactory * Acceptance test the JVM Distribution
…ions * Rewrite Maven Build (pom.xml) * Add manual trigger to dispatch CI * Remove native binaries from source control - these should be supplied by the developer build or the CI build * Build native libraries on CI (MacOS aarch64 Darwin, MacOS x86_64 Darwin, Linux x86_64 GNU, Linux x86_64 MUSL) * Add cargo config on libssl (needed for some platforms) * Deploy SNAPSHOT to TBD Artifactory * Acceptance test the JVM Distribution
* Rewrite Maven Build (pom.xml) * Add manual trigger to dispatch CI * Remove native binaries from source control - these should be supplied by the developer build or the CI build * Build native libraries on CI (MacOS aarch64 Darwin, MacOS x86_64 Darwin, Linux x86_64 GNU, Linux x86_64 MUSL) * Add cargo config on libssl (needed for some platforms) * Deploy SNAPSHOT to TBD Artifactory * Acceptance test the JVM Distribution
Done in aa3e465 |
This task encompasses a refactoring of the GitHub Actions CI as well as the Kotlin
pom.xml
.Maintain all build features of
tbdex-kt
:SNAPSHOT
s to TBD Artifactory; Releases may be handled in a new issue)For the Rust Core:
The text was updated successfully, but these errors were encountered: