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

Refactor CI #94

Closed
ALRubinger opened this issue Jul 27, 2024 · 5 comments
Closed

Refactor CI #94

ALRubinger opened this issue Jul 27, 2024 · 5 comments
Assignees

Comments

@ALRubinger
Copy link
Contributor

ALRubinger commented Jul 27, 2024

This task encompasses a refactoring of the GitHub Actions CI as well as the Kotlin pom.xml.

Maintain all build features of tbdex-kt:

  • Docs
  • Code Coverage
  • Signing (GPG)
  • Publishing (SNAPSHOTs to TBD Artifactory; Releases may be handled in a new issue)

For the Rust Core:

  • Build all native binaries in their appropriate environments
  • Place the native binaries into the Kotlin distribution
  • Build and test the Kotlin distribution
@ALRubinger ALRubinger self-assigned this Jul 27, 2024
@ALRubinger
Copy link
Contributor Author

Q for @KendallWeihe @nitro-neal: Can we fix Java version from 11, which is EOL, to at least 17?

@ALRubinger
Copy link
Contributor Author

Q to review with @KendallWeihe and @nitro-neal on Monday, from comments I'm dropping into the pom.xml:

ALR NOTE for Issue #94: This description is currently out of date
        as of right now we are making this a single module build, not a multi-module
        with a BOM POM. Reviewing later with NealR and Kendall whether we should at least
        make this a multimodule with one module so we can get better transitive dependency
        management via a BOM POM.

ALRubinger added a commit that referenced this issue Jul 27, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 27, 2024
This commit should be reverted once the new build becomes THE build as pom.xml
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 27, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 27, 2024
These should be supplied by the developer build or the CI build
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 27, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 28, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 28, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 28, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 28, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 28, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 28, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 28, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 28, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 28, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 28, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 28, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 28, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 28, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 28, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 28, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 28, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 28, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 28, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 29, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 29, 2024
… not going to let Hermit set the Java runtime so just run mvn
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 29, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 29, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 29, 2024
@KendallWeihe
Copy link
Contributor

Reviewing later with NealR and Kendall whether we should at least
make this a multimodule with one module so we can get better transitive dependency
management via a BOM POM.

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.

ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 29, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 30, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 30, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 30, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 30, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 30, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 30, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 30, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 30, 2024
…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
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 30, 2024
…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
@ALRubinger
Copy link
Contributor Author

Reviewing later with NealR and Kendall whether we should at least
make this a multimodule with one module so we can get better transitive dependency
management via a BOM POM.

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.

Let's do this in some future task. Not necessary to cross the upcoming deliverables.

@ALRubinger ALRubinger changed the title Refactor Kotlin Build Refactor CI Jul 31, 2024
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 31, 2024
…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
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Jul 31, 2024
ALRubinger added a commit that referenced this issue Jul 31, 2024
* 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
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Aug 1, 2024
…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
ALRubinger added a commit to ALRubinger/tbdex-rs that referenced this issue Aug 1, 2024
…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
ALRubinger added a commit that referenced this issue Aug 1, 2024
* 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
@ALRubinger
Copy link
Contributor Author

Done in aa3e465

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

No branches or pull requests

2 participants