processing / processing/libprocessing

[release.yml] linux aarch64 build

未关闭
#102 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

github-actions task
主要语言
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?

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 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

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。