You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
但是怎么能少了debian? debian是市场占有率前五的Linux发行版(Ubuntu, CentOS, Red Hat, SUSE, Debian), 众所周知ubuntu的LTS版也是基于debian而来. 在centos不再作为rhel的下游发行版后, 一些centos用户可能会转向debian或其他操作系统.
在debian中编译PolarDB开发环境报错, 缺少PolarDB需要的gcc-10或llvm-15版本.
PolarDB官方手册给出了构建基于CentOS、Rocky、ubuntu、Anolis各版本Docker镜像的方法. 详见: 《如何构建PolarDB Docker镜像 OR 本地编译PolarDB?》
但是怎么能少了debian? debian是市场占有率前五的Linux发行版(Ubuntu, CentOS, Red Hat, SUSE, Debian), 众所周知ubuntu的LTS版也是基于debian而来. 在centos不再作为rhel的下游发行版后, 一些centos用户可能会转向debian或其他操作系统.
所以希望PolarDB有基于debian主流版本12的Dockerfile或docker image.
以
debian 12
为例, 参考上面那篇文章, 把https://github.com/ApsaraDB/polardb-pg-docker-images/blob/main/Dockerfile-devel-ubuntu22.04
里的基础镜像改成FROM ubuntu22.04
改成FROM debian:12
后build报错报错是缺少gcc-10
而如果使用debian 11时, 报错则是缺少llvm-15.
The text was updated successfully, but these errors were encountered: