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

Integrate ccache into libusb and nginx build scripts for improved build speed #6886

Merged

Conversation

skrashevich
Copy link
Contributor

This pull request introduces the use of ccache in the build scripts for libusb and nginx. The changes include the installation of ccache and its integration into the build process. This is expected to speed up the build process by caching the output of C/C++ compilation to reuse when the same source files are compiled again. The changes are made in the Dockerfile and the build_nginx.sh script.

@netlify
Copy link

netlify bot commented Jun 22, 2023

Deploy Preview for frigate-docs canceled.

Name Link
🔨 Latest commit 5450fb6
🔍 Latest deploy log https://app.netlify.com/sites/frigate-docs/deploys/64948361fc560b0007c82783

@skrashevich skrashevich changed the title Integrate ccache into libusb and nginx build scripts for improved build speed" Integrate ccache into libusb and nginx build scripts for improved build speed Jun 22, 2023
@blakeblackshear blakeblackshear merged commit b6fce8f into blakeblackshear:dev Jun 30, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants