scip-ruby-arm64-linux builds
还没有人认领这个 Issue。
评估
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 新手友好度
- 35/100
- Issue 类型
- 功能
- 描述清晰度
- 基本清楚
- 活跃度
- 停滞
- 技术栈
- ruby
- 领域
- build-system, ci-cd
调研方向
从 scip-ruby CI 作业和 issue 中链接的现有 scip-ruby-x86_64-linux release artifact 开始。添加对应的 Linux arm64 构建和 release 输出;当 scip-ruby-arm64-linux artifact 可用于所引用的 release workflow 时即表示完成。
由索引模型根据 Issue 内容生成。
描述
Problem
Stripe makes contributions to Sorbet and uses the HEAD version of Sorbet internally. Our scip-ruby CI job is set up to pass the exact same flags that we pass to sorbet, into scip-ruby.
When the Sorbet team changes CLI flags and bumps the version of Sorbet used internally, all tests pass, even though scip-ruby doesn't support the extra flags. That's because we only run scip-ruby CI job every 30m, instead on every push.
Then, later I find out that the scip-ruby CI job is failing because of ~"unknown CLI arguments".
So I've been (after the fact) patching the sorbet config in our scip-ruby CI job using something like this:
# Mod the Sorbet config to replace `--uniquely-defined-behavior` with `--stripe-mode`
sed -i 's/--uniquely-defined-behavior/--stripe-mode/' sorbet/config
# Delete the `--extra-package-files-directory-prefix-slash-deprecated` line
sed -i '/--extra-package-files-directory-prefix-slash-deprecated/d' sorbet/config
sed -i '/--extra-package-files-directory-prefix-slash-deprecated/d' sorbet/extra-package-directories.txt
# Delete the line starting with `--packager-layers`
sed -i '/--packager-layers/d' sorbet/config
This is kind of a cat-and-mouse game, so I'd like to make it so that when the Sorbet team bumps the Sorbet version, we run a test specifically checking that the flags are valid with scip-ruby too.
Our CI environment runs arm64 and x86_64 randomly but for Linux we only have x86_64 builds.
So I can't write the test until we have Linux arm64 builds :(
Suggested solution
https://github.com/sourcegraph/scip-ruby/releases/tag/scip-ruby-v0.4.3 currently scip-ruby-x86_64-linux and I would love a scip-ruby-arm64-linux too please
Compared to other tools
No response
OSS Examples
No response
- 主要语言
- Ruby
- 星标
- 22
- 派生
- 4
- 平均合并
- 4 小时 58 分钟
- 30 天内合并 PR
- 4
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
sourcegraph/scip-ruby 的其他 Issue
-
graph/scip-ruby team/graph
难度 4/5 3-5 天 新手友好度 30/100
sourcegraph/scip-ruby#226 · 1 条评论 ·
-
graph/scip-ruby team/graph
难度 4/5 3-5 天 新手友好度 35/100
sourcegraph/scip-ruby#219 ·
查看 sourcegraph/scip-ruby 的全部 Issue
相似的 Issue
-
user-reported
难度 2/5 1-3 小时 新手友好度 85/100
Kong/developer.konghq.com#7316 ·
-
难度 2/5 1-3 小时 新手友好度 76/100
TheOdinProject/curriculum#31408 ·
-
bug
难度 2/5 1-3 小时 新手友好度 84/100
notch8/utk_knapsack#148 ·
-
难度 1/5 1 小时以内 新手友好度 78/100
Homebrew/homebrew-cask#288729 · 1 条评论 ·
-
难度 2/5 1-3 小时 新手友好度 68/100