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

Fix ODB installation in web Docker image #756

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

mcserep
Copy link
Collaborator

@mcserep mcserep commented Jun 30, 2024

Fixes #742.

The ODB installation in the web only docker images were incorrect. While fixing this I also improved the previous approach, which made a full ODB custom compilation both for the dev, the runtime and the web images.

With this PR the ODB library will be only compiled for the dev image, and then the installation directory will be copied to the runtime and the web image without recompilation. This should speed up building the runtime and the web images significantly (by 20+ minutes on my machine).

@mcserep mcserep added Kind: Bug ⚠️ Kind: Refactor 🔃 Target: Developer environment Developer environment issues consist of CodeCompass or 3rd-party build tooling, configuration or CI. labels Jun 30, 2024
@mcserep mcserep self-assigned this Jun 30, 2024
@mcserep mcserep requested a review from intjftw June 30, 2024 17:53
Copy link
Collaborator

@intjftw intjftw left a comment

Choose a reason for hiding this comment

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

Looks good to me, let's check it in the CI, too. 🚀

@intjftw intjftw merged commit 2b5a216 into Ericsson:master Jul 1, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kind: Bug ⚠️ Kind: Refactor 🔃 Target: Developer environment Developer environment issues consist of CodeCompass or 3rd-party build tooling, configuration or CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect ODB installation to webserver Docker images
2 participants