Add ubuntu20.04 compile dockerfile #226
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi @SF-Zhou SF 您好
1.在Ubuntu 20.04编译,安装依赖包时,在默认安装源无法clang-format-14 clang-14 clang-tidy-14 lld-14,gcc-10 g++-10 需要额外增加安装源
2.Ubuntu 20.04默认安装源在线安装时Rust工具链时,安装的版本时1.75.0,但是这个版本编译的时候会报错,更新了一下版本才通过
为了快速构建3FS,因此我编写了ubuntu20.04的dockerfile,里面自动安装依赖包以及需要的工具,我用该dockerfile制作的构建镜像已经编译通过,请帮忙看看是否可以合并,谢谢。