mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Build error under Bazel on Ubuntu: C++ compilation of rule '@org_brotli//:brotlienc' failed #229
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gkalpak on GitHub (May 18, 2018).
I am getting an error when trying to
bazel buildangular/angular on an Ubuntu 16.04 docker container (based on this docker image).This is the WORKSPACE file, which contains:
This is the error:
cc @alexeagle
@eustas commented on GitHub (May 18, 2018):
Looks confusing. Compiler says that result of
|operator with twouint16_toperands isint.Going to dig in that soon.
@eustas commented on GitHub (May 18, 2018):
Should be fixed now. If not, feel free to reopen with new error log =)
@gkalpak commented on GitHub (May 18, 2018):
It works now. Thx 💯