status-desktop/scripts
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
..
translationScripts chore: split English TS files 2022-10-19 10:48:08 +02:00
bump-status-go.sh chore: create script to bump status-go 2022-06-14 16:11:51 -04:00
clean-git.sh ci: extract git cleanup to separate script 2022-11-22 14:28:14 +01:00
fetch-brew-bottle.sh chore(Build): raise awareness of brew download failed 2022-06-27 10:10:29 +02:00
force-rebuild-status-go.sh feat(general): Force rebuild of status go at least once a day 2021-12-20 10:07:34 +01:00
macos_build_setup.sh ci: update build setup scripts to Qt 5.15.2 2023-02-01 23:15:56 +01:00
notarize-macos-pkg.sh ci: show output from xcrun_altool on notarize error 2022-12-08 20:04:38 +01:00
password-hash.py feat(scripts): Added python password hash script for manual database access 2023-01-18 18:11:35 +03:00
rpc.sh ci: refactor uitests to use multiple stages 2022-11-23 00:19:06 +01:00
sign-linux-file.sh ci: add scripts/sign-linux-tarball.sh for GPG signing 2021-08-16 11:21:36 -04:00
sign-macos-pkg.sh rename status-react to status-mobile 2022-07-17 16:55:57 +02:00
sign-windows-bin.sh ci: scripts/sign-windows-bin.sh for signing Windows binaries 2021-04-28 18:19:17 +02:00
ubuntu_build_setup.sh ci: add missing dependencies for Qts libqxcb.so 2023-02-03 11:39:51 -05:00
windows_build_setup.ps1 chore(Qt5.15): Update windows CI Qt install script 2023-01-31 19:30:24 +02:00