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

貢獻者指南