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

feat: build java musl lib #420

Merged
merged 2 commits into from
Oct 3, 2024
Merged

feat: build java musl lib #420

merged 2 commits into from
Oct 3, 2024

Conversation

markphelps
Copy link
Contributor

Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
@markphelps markphelps requested a review from a team as a code owner October 3, 2024 15:43
@codecov-commenter
Copy link

codecov-commenter commented Oct 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.35%. Comparing base (f172ee0) to head (0f30afa).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #420   +/-   ##
=======================================
  Coverage   87.35%   87.35%           
=======================================
  Files           9        9           
  Lines        3740     3740           
=======================================
  Hits         3267     3267           
  Misses        473      473           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
Copy link
Collaborator

@erka erka left a comment

Choose a reason for hiding this comment

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

nice!

@kodiakhq kodiakhq bot merged commit 5a9b3fc into main Oct 3, 2024
11 checks passed
@kodiakhq kodiakhq bot deleted the java-musl branch October 3, 2024 16:37
@flipt-release-bot flipt-release-bot bot mentioned this pull request Oct 3, 2024
WithDirectory("/src/src/main/resources/linux-aarch64", hostDirectory.Directory("tmp/linux-aarch64"), dagger.ContainerWithDirectoryOpts{
Exclude: []string{"**/*.rlib", "**/*.a", "**/*.d"},
}).
WithDirectory("/src/src/main/resources/linux-x86-64", hostDirectory.Directory("tmp/linux-x86-64"), dagger.ContainerWithDirectoryOpts{
Copy link
Collaborator

Choose a reason for hiding this comment

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

@markphelps did I miss tmp/linux_x86_64_musl here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

no i dont think so. above we are renaming linux_x86_64_musl which is where the rust engine initially lives to linux-x86-64 which is where Java expects the file to live:

"linux_arm64_musl":  "linux-aarch64",
"linux_x86_64_musl": "linux-x86-64",

@flipt-release-bot flipt-release-bot bot mentioned this pull request Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants