Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBuild harfbuzz crate in CI. #138
Conversation
|
This does not actually help with #137, but I noticed that we aren't building the harfbuzz crate in CI at all. |
|
The latest commit attempts to address #137 by verifying the package creation works with HARFBUZZ_SYS_NO_PKG_CONFIG=1. |
|
This seems to be along the right lines. Can you unpack the tarball created by |
|
I believe that is already what happens as part of |
|
Nice. I had to read the |
|
Excellent, |
|
Wooo, green build. |
|
Huh. That's strange. I just |
|
I noticed that you have the following in the env:
- HARFBUZZ_SYS_NO_PKG_CONFIG: 1I believe this creates a single run with |
|
|
Exclude only test font data This is a key part taken from #138 and #142. I'm creating a new PR here for just this since those others have been combined with other, somewhat orthogonal issues. I think it's best to go ahead and merge this and make a release, since this issue is affecting others. I'll continue working on the other issues. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-harfbuzz/144) <!-- Reviewable:end -->
|
Continued in #142. |
jdm commentedMar 27, 2019
•
edited by larsbergstrom
This change is