Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

[boring-nginx] Brotli build failing for over a month #252

Open
1n5aN1aC opened this issue Oct 17, 2017 · 3 comments
Open

[boring-nginx] Brotli build failing for over a month #252

1n5aN1aC opened this issue Oct 17, 2017 · 3 comments

Comments

@1n5aN1aC
Copy link

I can't figure out exactly what is causing it, but boring-nginx builds have been failing for over a month.

It appears to be something amiss in the Brotli download & build process, as if I split out the RUN commands in the dockerfile, that is section that errors out.

@1n5aN1aC
Copy link
Author

Update: this appears to be an upstream issue?
bagder/libbrotli#45

@1n5aN1aC
Copy link
Author

1n5aN1aC commented Oct 24, 2017

Looks like fixes are either to add this right before the 'make' command:
&& mkdir brotli/c/tools/.deps && touch brotli/c/tools/.deps/brotli-brotli.Po

Or to wait for the problem to be fixed in libbrottli

@1n5aN1aC
Copy link
Author

1n5aN1aC commented Oct 24, 2017

I can confirm that the 'Fix' Does work, here's my example: (ignore the travis junk)
https://github.com/1n5aN1aC/dockerfiles/commit/505f87bfd3cbdab8cc27b93f629e516fd79d2b80

It does appear to build correctly now as well:
https://travis-ci.org/1n5aN1aC/dockerfiles/builds/292223640

Feel free to close this issue implementing it, asking for a pull request, or just waiting for an upstream fix.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant