Replies: 2 comments
-
Looks good to me! |
Beta Was this translation helpful? Give feedback.
0 replies
-
At the moment I can think of some basic needs:
About the CC compiler: Is it necessary to define a CC compiler? If we only target the development environment and CI environment, I don't think it is necessary.
目前我能想到一些基本需求:
关于 CC 编译器: 是否有必要定义 CC 编译器? 如果我们只面向 开发环境和 CI 环境, 我认为似乎没有必要.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently we use build.sh to build distributions, but it still has some limitations, such as build dependencies, cache handling, platform-dependent variable handling, etc.
Can we use Taskfile to standardize the build system? For example, to unify our distribution file names, provide easy-to-understand cross-compilation configuration, etc.
目前来说我们的构建体系依赖于 build.sh 提供, shell 脚本非常灵活这是不可否认的; 不过对于一些缓存处理、任务依赖、交叉编译等仍然具有一些局限性.
我们是否可以考虑采用 Taskfile 构建工具来标准化构建体系? 比如统一文件名、Dockerfile、GitHub Action 乃至本地开发环境, 我个人认为 Taskfile 的好处是可以将构建操作通过配置文件的方式呈现出来, 并且可能会提高可靠性和可维护性.
Beta Was this translation helpful? Give feedback.
All reactions