55 Star 89 Fork 979

OpenHarmony / build

 / 详情

构建环境是否支持 Ubuntu 22.04

已完成
任务
创建于  
2022-10-19 16:35

【任务描述】
构建环境是否支持 Ubuntu 22.04
【解决方案】

build/scripts/tools_checker.py 中看到,目前只支持 18.04 和 20.04 ,那么 oh 后续什么时候支持 Ubuntu22.04?
:return host_version: Host OS version, currently only 18.04[.X] or 20.04[.X] supported.
"""
available_os = ('Ubuntu')
available_releases = ('18.04', '20.04')
_os_info, _returncode = run_command(['cat', '/etc/issue'])
if _returncode != 0:
return -1

【任务来源】
构建环境疑问

评论 (2)

dong.liang_0513 创建了任务
Austin 关联仓库OpenHarmony/docs 修改为OpenHarmony/build
xxlight 任务状态待办的 修改为进行中
展开全部操作日志

@dong.liang_0513 目前不支持22.04,后续支持22.04的话在编译构建文档和代码里肯定能体现出来https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/subsystems/subsys-build-all.md

好的,随时关注

xxlight 优先级设置为不重要
xxlight 负责人设置为liuguangfeng
yinchuang 任务状态进行中 修改为已完成

登录 后才可以发表评论

状态
负责人
项目
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
预计工期 (小时)
参与者(2)
1
https://gitee.com/openharmony/build.git
git@gitee.com:openharmony/build.git
openharmony
build
build

搜索帮助