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 upAdd packages and libraries to filter list for dep checking on linux #150
Conversation
This commit is in reference to brave/brave-browser#305 We still need to run the update script by hand though, to generate a useful json file.
| "libnssutil3.so", | ||
| "libpango-1.0.so", | ||
| "libpangocairo-1.0.so", | ||
| + "libplc4.so", |
This comment has been minimized.
This comment has been minimized.
| + "libplc4.so", | ||
| + "libplds4.so", | ||
| "libpthread.so", | ||
| + "libresolv.so.2", |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
bkero
Jun 7, 2018
Author
Collaborator
These are both from https://staging.ci.brave.com/job/brave-browser-build-linux/28/console
(The same is reflected in the linked issue)
This comment has been minimized.
This comment has been minimized.
| "libatk-bridge2.0-0", | ||
| "libc6", | ||
| "libcairo2", | ||
| + "libcairo-gobject2", |
This comment has been minimized.
This comment has been minimized.
bridiver
Jun 7, 2018
Collaborator
I think we'll be less likely to run into conflicts if we put these at the top of the list instead of keeping the alphabetical order - same with the other file
NejcZdovc
added a commit
that referenced
this pull request
Dec 10, 2018
Adds upgrade path from 55.12-55.14
fmarier
pushed a commit
that referenced
this pull request
Oct 29, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
bkero commentedJun 7, 2018
This commit is in reference to brave/brave-browser#305
We still need to run the update script by hand though, to generate a
useful json file.
Submitter Checklist:
git rebase -ito squash commits (if needed).Test Plan:
Run a linux build with these patches applied.
Reviewer Checklist: