Jakub Sokołowski
|
246e8b2704
|
ci: add missing dependencies for Qts libqxcb.so
Without the following dependencies:
```
libxcb-shape0 libxcb-randr0 libxcb-icccm4 libxcb-image0
libxcb-keysyms1 libxcb-render-util0 libxcb-render0 libxcb-xinerama0
```
The `libqxcb.so` library is unusable:
```
> ldd -v /opt/qt/5.15.2/gcc_64/plugins/platforms/libqxcb.so
> echo $?
1
>
> LD_TRACE_LOADED_OBJECTS=1 /lib64/ld-linux-x86-64.so.2 /opt/qt/5.15.2/gcc_64/plugins/platforms/libqxcb.so
zsh: segmentation fault (core dumped) LD_TRACE_LOADED_OBJECTS=1 /lib64/ld-linux-x86-64.so.2
```
Signed-off-by: Jakub Sokołowski <jakub@status.im>
|
2023-02-03 11:39:51 -05:00 |
Jakub Sokołowski
|
fc5dbf0d2c
|
ci: update build setup scripts to Qt 5.15.2
This needs to be synced with a Squish upgrade to match the QT version.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
|
2023-02-01 23:15:56 +01:00 |
Anthony Laibe
|
11ec999417
|
test: Add xvfb to the runtime dependencies
|
2022-08-08 15:36:32 +02:00 |
Anthony Laibe
|
3fad95ea0e
|
test(@general): run squish test on ci
|
2022-08-05 10:11:42 +02:00 |
Anthony Laibe
|
4fc3e788b6
|
test(@ci): add scripts to build on ubuntu
|
2022-08-01 12:42:36 +02:00 |