File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
.linux-x86_64 :
2
- image : $CI_REGISTRY_IMAGE/linux-x86_64@sha256:edfa176a86dac53cf1144fb7a57e231665f611ff7ea27992345fb091c02d059b
2
+ image : $CI_REGISTRY_IMAGE/linux-x86_64@sha256:312badfb7ff08d5691b3b187d133a61fe6d304965135acc10c5c0473753d5672
3
3
extends :
4
4
- .build
5
5
tags :
Original file line number Diff line number Diff line change 1
1
windows-x86_64:build :
2
- image : $CI_REGISTRY_IMAGE/windows-x86_64@sha256:42f3091c25787b756914a7757165134768471ca9dc4ac6858f5b8c53575d9851
2
+ image : $CI_REGISTRY_IMAGE/windows-x86_64@sha256:3b109f6fd4a687d12dd614fe470cfd507816505678868200af3d561f4b76786b
3
3
extends :
4
4
- .build
5
5
after_script :
Original file line number Diff line number Diff line change 2
2
set -eo pipefail
3
3
4
4
GDK_REPO=https://github.com/Blockstream/gdk.git
5
- GDK_BRANCH=release_0.75.1
6
- GDK_COMMIT=088e1d97ce937e1ca89a23fe0ec26ffa27050893
5
+ GDK_BRANCH=release_0.75.2
6
+ GDK_COMMIT=48c4e352e3add7ef3ae904b0acd15cf5fe2c5cc3
7
7
8
8
mkdir -p build
9
9
You can’t perform that action at this time.
0 commit comments