Samuel Dai
Samuel Dai
Add --ci install mode and APT_FLAG (--no-install-recommends) to bootstrap.sh, skip grub/docs on CI, and remove legacy RUST_VERSION_OLD install steps. Use --no-install-recommends in Dockerfile, adjust build scripts and BUILD_CONTAINER_VERSION, and apply...
https://github.com/DragonOS-Community/DragonOS/blob/e769493840bc56aca08f6b985e3c6810d740a8c0/.github/workflows/makefile.yml#L86-L87 我们的CI Pipeline是直接跑在 GitHub 上的吧,这里为什么还要使用 rsproxy 呢? 如果是为了本地也能复现 CI 环境,可以通过 `runner.name != 'GitHub Actions'` 来决定是否 pass rsproxy 环境变量进入容器说是 以及我之前在 oscomp 下会在 CI 里加一行 ``` find . -type f \( -name...