GoogleChromeLabs/jsvu

SpiderMonkey nightly builds

Aperta

#77 aperta il 12 ago 2019

 (0 commenti) (1 reazione) (0 assegnatari)JavaScript (96 fork)github user discovery
enhancementgood first issuehelp wanted

Metriche repository

Star
 (2024 stelle)
Metriche merge PR
 (Merge medio 86g 18h) (2 PR mergiate in 30 g)

Descrizione

spidermonkey/get-latest-version.js currently only supports Beta builds, but it should also be possible to download Nightly builds:

curl -s -X POST https://buildhub.moz.tools/api/search \
  -d '{"size": 1, "sort": {"build.id": "desc"}, "query": {"bool": {"must": [{"term": {"source.product": "firefox"}}, {"term": {"source.tree": "mozilla-central"}}, {"term": {"target.channel": "nightly"}}, {"term": {"target.platform": "linux-x86_64"}}]}}}'

Guida contributor