在 Windows 上维护 Bazel Scoop 软件包

报告问题 查看源代码 每夜 build · 7.4 . 7.3 · 7.2 · 7.1敬上 · 7.0敬上 · 6.5

前提条件

您需要:

发布流程

Scoop 软件包非常易于维护。获得 您需要对项目进行适当的更改 此文件

  • 更新版本
  • 根据需要更新依赖项
  • 更新网址
  • 更新哈希值(默认为 sha256

在您的文件系统中,bazel.json 位于以下目录中 默认为 %UserProfile%/scoop/buckets/main/bucket。此目录属于您克隆的 Git 代码库 scoopinstaller/scoop-main

测试结果:

scoop uninstall bazel
scoop install bazel
bazel version
bazel something_else

第一次,创建 scoopinstaller/scoop-main 的分支,并将其指定为 %UserProfile%/scoop/buckets/main 的私有远程仓库:

git remote add mine FORK_URL

将更改推送到分支并创建拉取请求。