-
Notifications
You must be signed in to change notification settings - Fork 973
remove build scripts for HTTPS Everywhere #9653
Conversation
acf967c
to
378569d
Compare
@bbondy i updated this PR to just remove the HTTPS Everywhere script |
this is being moved to https://github.com/brave/https-everywhere-builder
- commented out code from ledger - stubs used in unit testing - electron builder hack (no longer needed) Auditors: @diracdeltas
378569d
to
70bfd75
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@diracdeltas I added a commit which removes more of the leveldown
uses (including win32 hack). I'm going to test building on win32 to confirm it works as expected
@@ -166,8 +165,7 @@ | |||
"jsonfile": "^2.2.3", | |||
"less": "^2.5.3", | |||
"less-loader": "^2.2.1", | |||
"level": "1.5.0", | |||
"leveldown": "1.5.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we'll need some more code removed, since leveldown is being removed... I'll have a follow up commit in just a minute
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bsclifton leveldown is included in level btw
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed 32 bit Windows builds properly; if the changes look good, go ahead and merge 😄
remove build scripts for HTTPS Everywhere
migrating to https://github.com/brave/https-everywhere-builder
Submitter Checklist:
git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
Tests