Skip to content

Commit

Permalink
feat: use electrons sysroot when building with clang on linux (#443)
Browse files Browse the repository at this point in the history
* feat: use electrons sysroot when building with clang on linux

* chore: fix up linting warnings

* chore: add SHA1 hash validation of the sysroot
  • Loading branch information
MarshallOfSound authored Oct 2, 2020
1 parent bfbcec1 commit dd22885
Show file tree
Hide file tree
Showing 6 changed files with 268 additions and 50 deletions.
176 changes: 164 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"detect-libc": "^1.0.3",
"fs-extra": "^9.0.1",
"got": "^11.7.0",
"lzma-native": "^6.0.1",
"node-abi": "^2.19.1",
"node-gyp": "^7.1.0",
"ora": "^5.1.0",
Expand All @@ -56,6 +57,7 @@
"@types/chai-as-promised": "^7.1.3",
"@types/debug": "^4.1.5",
"@types/fs-extra": "^9.0.1",
"@types/lzma-native": "^4.0.0",
"@types/mocha": "^8.0.3",
"@types/node": "^14.6.0",
"@types/tar": "^4.0.3",
Expand Down
Loading

0 comments on commit dd22885

Please sign in to comment.