GoogleChromeLabs/jsvu

SpiderMonkey nightly builds

anba opened this issue · 0 comments

anba commented

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"}}]}}}'