[software development] Github Action不支持 ubuntu18.04了 Resolved
Tofloor
poster avatar
捕风
deepin
2023-08-29 21:41
Author

由于Github Action不支持 ubuntu18.04了,所以GithubAction无法再编译合适deepin的JBR

https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/

目前解决办法有两个,

  1. 本地搭建ubuntu18.04环境,编译JBR。
  2. 本地搭建deepin环境,编译JBR。

只有新版本的JBR才能支持一些新的特性。

image.png

Reply Favorite View the author
All Replies
神末shenmo
deepin
Spark-App
2023-08-29 22:21
#1

可以考虑用ACE兼容环境打包分发

https://gitee.com/deepin-community-store/bookworm-compatibility-mode/

Reply View the author
捕风
deepin
2023-08-29 22:28
#2
神末shenmo

可以考虑用ACE兼容环境打包分发

https://gitee.com/deepin-community-store/bookworm-compatibility-mode/

重点是构建机器和环境不好弄

Reply View the author
神末shenmo
deepin
Spark-App
2023-08-29 22:30
#3
捕风

重点是构建机器和环境不好弄

用ACE打包可以直接跑Debian 12的应用

Reply View the author
捕风
deepin
2023-08-29 22:35
#4
神末shenmo

用ACE打包可以直接跑Debian 12的应用

那确实不错,但是编译这个机器没有。哪有白嫖的机器?

Reply View the author
神末shenmo
deepin
Spark-App
2023-08-29 22:41
#5
捕风

那确实不错,但是编译这个机器没有。哪有白嫖的机器?

你直接编译个debian 12/ubuntu 2204的包然后塞到ACE里面再打包就好了

这里有个ACE包例子

https://bbs.deepin.org/phone/zh/post/261317

Reply View the author
星云
deepin
2023-08-30 04:11
#6

18.04都不维护了还用

Reply View the author
捕风
deepin
2023-08-30 06:47
#7
星云

18.04都不维护了还用

deepin,需要用ubuntu18.04编译jbr才能用,否则用不了啊

Reply View the author
捕风
deepin
2023-08-30 06:48
#8
神末shenmo

你直接编译个debian 12/ubuntu 2204的包然后塞到ACE里面再打包就好了

这里有个ACE包例子

https://bbs.deepin.org/phone/zh/post/261317

666

Reply View the author