Skip to content
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

Add packages and libraries to filter list for dep checking on linux #150

Merged
merged 1 commit into from Jun 7, 2018

Conversation

@bkero
Copy link
Collaborator

bkero commented Jun 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:

  • Submitted a ticket for my issue if one did not already exist.
  • Used Github auto-closing keywords in the commit message.
  • Added/updated tests for this change (for new code or code which already has tests).
  • Ran git rebase -i to squash commits (if needed).
  • Tagged reviewers and labelled the pull request as needed.
  • Request a security/privacy review as needed.

Test Plan:

Run a linux build with these patches applied.

Reviewer Checklist:

  • New files have MPL-2.0 license header.
  • Request a security/privacy review as needed.
  • Adequate test coverage exists to prevent regressions
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.
@bkero bkero requested review from bridiver, RyanJarv and mbacchi Jun 7, 2018
@mbacchi
mbacchi approved these changes Jun 7, 2018
@bkero bkero merged commit 86d4d17 into brave:master Jun 7, 2018
@bkero bkero deleted the bkero:update-package-filter branch Jun 7, 2018
"libnssutil3.so",
"libpango-1.0.so",
"libpangocairo-1.0.so",
+ "libplc4.so",

This comment has been minimized.

Copy link
@bridiver

bridiver Jun 7, 2018

Collaborator

what are these from?

+ "libplc4.so",
+ "libplds4.so",
"libpthread.so",
+ "libresolv.so.2",

This comment has been minimized.

Copy link
@bridiver

bridiver Jun 7, 2018

Collaborator

and this?

This comment has been minimized.

Copy link
@bkero

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.

Copy link
@bridiver

bridiver Jun 7, 2018

Collaborator

must be deps of the new deps. Ok

"libatk-bridge2.0-0",
"libc6",
"libcairo2",
+ "libcairo-gobject2",

This comment has been minimized.

Copy link
@bridiver

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
Fix #150

Related: #87

You can do this with:

```
npm run start -- --disable_brave_extension
```

or

```
yarn start --disable_brave_extension
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.