GoogleChromeLabs/jsvu

SpiderMonkey nightly builds

オープン

#77 opened on 2019/08/12

 (0 件のコメント) (1 件のリアクション) (0 人の担当者)JavaScript (96 件のフォーク)github user discovery
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (2,024 個のスター)
PR merge metrics
 (平均マージ 86d 18h) (30d で 2 merged PRs)

説明

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

コントリビューターガイド