killa
killa
By the way, can we use GitHub Actions to compile the source code into binary artifacts and store them using releases. Similar to the example provided at https://github.com/cnpm/unionfs-fuse/actions/runs/5584483192, we can...
cache 处理遵守 http cache 规则会比较好,防止脏缓存出现。还可以加个 hook 由上层来决定缓存是否可使用。
是的
Java 配置了吗? JAVA_HOME 这个环境变量没有
可以的。不过有个地方得优化下,因为 rapid 里默认用的是 registry.npmmirror.com 这个是国内的,github action 是海外的,网络上会有问题。
gitlab 使用得注意一下是不是容器运行环境?需要增加额外的 SYS_ADMIN 权限和挂载 /dev/fuse。 可以参考这篇文档 https://docs.gitlab.com/runner/configuration/advanced-configuration.html