GoogleChromeLabs/jsvu

SpiderMonkey nightly builds

开放

#77 创建于 2019年8月12日

 (0 条评论) (1 个反应) (0 位负责人)JavaScript (96 个派生)github user discovery
enhancementgood first issuehelp wanted

仓库指标

星标
 (2,024 个星标)
PR 合并指标
 (平均合并 86天 18小时) (30 天内合并 2 个 PR)

描述

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

贡献者指南