File tree 2 files changed +7
-7
lines changed
docker/ubuntu20.04_qt5.15
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -107,13 +107,13 @@ jobs:
107
107
cmake_opts :
108
108
109
109
- os : ubuntu_appimage
110
- os_version : 18 .04
110
+ os_version : 20 .04
111
111
arch : x64
112
112
artifacts_id : appimage
113
113
package_suffix : AppImage
114
- container_root : docker/ubuntu18.04_qt5.15
115
- container : variar/klogg_ubuntu18 .04
116
- cmake_opts : -DKLOGG_USE_VECTORSCAN=OFF -DKLOGG_USE_HYPERSCAN=ON
114
+ container_root : docker/ubuntu20.04
115
+ container : variar/klogg_ubuntu20 .04
116
+ cmake_opts :
117
117
118
118
119
119
runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 1
- FROM ubuntu:bionic
1
+ FROM ubuntu:focal
2
2
3
3
ENV DEBIAN_FRONTEND=noninteractive
4
4
5
5
RUN apt-get update -y && \
6
6
apt-get install --no-install-recommends software-properties-common -y && \
7
- add-apt-repository ppa:beineri/opt-qt-5.15.2-bionic -y && \
7
+ add-apt-repository ppa:beineri/opt-qt-5.15.3-focal -y && \
8
8
apt-get update -y && \
9
- apt-get install --no-install-recommends build-essential python3 \
9
+ apt-get install --no-install-recommends build-essential python3 python-is-python3 \
10
10
qt515base qt515svg qt515tools qt515imageformats qt515translations \
11
11
mesa-common-dev libglu1-mesa-dev \
12
12
libboost-dev libicu-dev libssl-dev libcurl4-openssl-dev \
You can’t perform that action at this time.
0 commit comments