We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题,想要提升 gitlab runner ci 的构建速度,可以使用 rapid 吗
The text was updated successfully, but these errors were encountered:
可以的。不过有个地方得优化下,因为 rapid 里默认用的是 registry.npmmirror.com 这个是国内的,github action 是海外的,网络上会有问题。
Sorry, something went wrong.
哦,那就没问题了,我这里说的是公司内的 gitlab,不是 github 哈,源也确实是用 registry.npmmirror.com 的
gitlab 使用得注意一下是不是容器运行环境?需要增加额外的 SYS_ADMIN 权限和挂载 /dev/fuse。
可以参考这篇文档 https://docs.gitlab.com/runner/configuration/advanced-configuration.html
No branches or pull requests
如题,想要提升 gitlab runner ci 的构建速度,可以使用 rapid 吗
The text was updated successfully, but these errors were encountered: