processing / processing/libprocessing
[release.yml] linux aarch64 build
還沒有人認領這個 Issue。
- 主要語言
- Rust
- 星號
- 69
- 分支
- 14
- 平均合併
- 15 天 22 小時
- 30 天內合併 PR
- 3
描述
There is a todo item in the release.yml for the linux aarch64 build. It actually does build, but we don't need to let it slow us down.
It takes 4.5 hours to build for it! That's so much.
I think this might have something to do with it having to use qemu in order to run an aarch64 container on an x86_64 runner.
We need to turn this back on, and it would be nice to make it fast.
My hunch is that we might be able to just put the linux-aarch64 build in its own step using an appropriate container? Does that exist?
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從 release.yml 開始,找到 Linux aarch64 建置的 TODO,並檢查其容器和 runner 的設定方式。將該設定與其他 release 目標進行比較,並調查是否可以透過適當的原生或專用容器來避免 QEMU。完成標準是啟用 aarch64 建置,同時不再有目前過長的延遲。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- github-actions, rust
- 領域
- build-system, ci-cd, release
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100