Igor Sirotin
|
a4646cd71c
|
fix(status-go)_: add missing status-go dependencies (#16470)
Requires things like: go-bindata mockgen protobuf
Fixes:
https://github.com/status-im/status-desktop/issues/16477
For more details see:
https://github.com/status-im/status-go/pull/5878
Signed-off-by: Jakub Sokołowski <jakub@status.im>
|
2024-10-08 19:36:20 +05:30 |
Jakub Sokołowski
|
38068908ac
|
fix(ci): fix line split in ubuntu_build_setup
Signed-off-by: Jakub Sokołowski <jakub@status.im>
|
2024-02-08 17:15:46 +01:00 |
Jakub Sokołowski
|
effe996239
|
fix(ci): fix OS version check in Ubuntu setup script
Signed-off-by: Jakub Sokołowski <jakub@status.im>
|
2023-12-06 15:07:02 +01:00 |
Jakub Sokołowski
|
c0b564e160
|
fix(ci): pin linuxdeployqt at 20230423 (8428c59)
Using continuous builds is a great way to get unexpected results.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
|
2023-10-24 13:47:56 +02:00 |
Jakub Sokołowski
|
ffa200f32d
|
ci: upgrade from Go 1.19.5 to 1.20.4
This is supposed to fix crashes on M1 Macs:
https://github.com/status-im/status-desktop/issues/10548
https://github.com/status-im/status-desktop/pull/10442
Specifically this commit:
c00e9285ea
https://go.dev/doc/devel/release#go1.20
Signed-off-by: Jakub Sokołowski <jakub@status.im>
|
2023-05-04 16:01:17 +02:00 |
Igor Sirotin
|
7c1c178d37
|
QR code scanner (QML component) (#9464)
Co-authored-by: Richard Ramos <info@richardramos.me>
|
2023-03-07 12:08:38 -04:00 |
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 |