-
Notifications
You must be signed in to change notification settings - Fork 67
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
Remove mozjpeg #285
base: main
Are you sure you want to change the base?
Remove mozjpeg #285
Conversation
&& ./configure \ | ||
&& make \ | ||
&& make install | ||
|
||
# we must not use any packages which depend directly or indirectly on libjpeg, | ||
# since we want to use our own mozjpeg build | ||
RUN apt-get install -y \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@benschwarz does this mean we don't need these either, since we're removing mozjpeg?
@MelSumner Pretty much the whole docker file is removable seeing as we don't want mozjpeg (or all the deps required for the build). Additionally, we should be able to use |
Are you happy with where this is for now, or is there still more to do? |
A draft PR to see how I can progress with removing mozjpeg
This PR:
The docker command referenced in the CONTRIBUTING file is successfully running locally.
Tests also pass locally: