build: change to download sysroots from the new sysroot bucket (#20803)
* build: change to download sysroots from the new sysroot bucket * build: add json config files to deps hash to can influence the src dir * build: update to latest sysroot hash
This commit is contained in:
parent
5d00494f8d
commit
c03ed6d3a1
3 changed files with 15 additions and 8 deletions
|
@ -20,7 +20,7 @@ index 165551a2948b74c024459be42d1a9a3d96878a10..5c9272a512e22dfe2e90f6665083f53f
|
|||
-URL_PREFIX = 'https://commondatastorage.googleapis.com'
|
||||
-URL_PATH = 'chrome-linux-sysroot/toolchain'
|
||||
+URL_PREFIX = 'http://s3.amazonaws.com'
|
||||
+URL_PATH = 'gh-contractor-zcbenz/toolchain'
|
||||
+URL_PATH = 'electronjs-sysroots/toolchain'
|
||||
|
||||
VALID_ARCHS = ('arm', 'arm64', 'i386', 'amd64', 'mips', 'mips64el')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue