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

Optimize c++ currency service build time #681

Closed
cartersocha opened this issue Jan 11, 2023 · 1 comment · Fixed by #687
Closed

Optimize c++ currency service build time #681

cartersocha opened this issue Jan 11, 2023 · 1 comment · Fixed by #687
Labels
enhancement New feature or request

Comments

@cartersocha
Copy link
Contributor

Feature Request

The currency service build time is drastically slowing our release process and a general pain.

Please help.

@cartersocha cartersocha added the enhancement New feature or request label Jan 11, 2023
@svrnm
Copy link
Member

svrnm commented Jan 14, 2023

I did a small experiment on improving the build time by using pre-existing libraries where possible, I have not yet tested it through all details, so I have not raised the PR, but I think this should help a little bit:

https://github.com/svrnm/opentelemetry-demo/tree/experimental-cpp-with-libs, see the Dockerfile:

https://github.com/svrnm/opentelemetry-demo/blame/experimental-cpp-with-libs/src/currencyservice/Dockerfile

See #687 now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants