Skip to content

Commit f8f345b

Browse files
committed
build: update gitlab CI images
1 parent 4530cfb commit f8f345b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ variables:
22
GIT_SUBMODULE_STRATEGY: recursive
33

44
build_wally_release_files:
5-
image: greenaddress/wallycore@sha256:f159b338f3d25e13958d79fbd709238e3864de5468b9d743625466a0a681e52b
5+
image: greenaddress/wallycore@sha256:55333ce4c4dfba24e23386ce30178692db4d22cb0928b697a6563b912c2b6853
66
artifacts:
77
expire_in: 7 days
88
name: wallycore-bindings
@@ -36,7 +36,7 @@ build_wally_release_files:
3636
- rmdir wally_dist
3737

3838
build_mingw_static:
39-
image: greenaddress/wallycore@sha256:f159b338f3d25e13958d79fbd709238e3864de5468b9d743625466a0a681e52b
39+
image: greenaddress/wallycore@sha256:55333ce4c4dfba24e23386ce30178692db4d22cb0928b697a6563b912c2b6853
4040
tags:
4141
- ga
4242
script:
@@ -45,7 +45,7 @@ build_mingw_static:
4545
- make -j $(($(grep ^processor /proc/cpuinfo | wc -l) / 2))
4646

4747
run_tests:
48-
image: greenaddress/wallycore@sha256:f159b338f3d25e13958d79fbd709238e3864de5468b9d743625466a0a681e52b
48+
image: greenaddress/wallycore@sha256:55333ce4c4dfba24e23386ce30178692db4d22cb0928b697a6563b912c2b6853
4949
tags:
5050
- ga
5151
artifacts:
@@ -61,7 +61,7 @@ run_tests:
6161
- jq '[.[]|.[]]' -s ./src/.libs/test_*.json > valgrind.json
6262

6363
run_asan_ubsan_gcc:
64-
image: greenaddress/wallycore@sha256:f159b338f3d25e13958d79fbd709238e3864de5468b9d743625466a0a681e52b
64+
image: greenaddress/wallycore@sha256:55333ce4c4dfba24e23386ce30178692db4d22cb0928b697a6563b912c2b6853
6565
tags:
6666
- ga
6767
script:
@@ -73,7 +73,7 @@ run_asan_ubsan_gcc:
7373
- ASAN_OPTIONS=abort_on_error=1:fast_unwind_on_malloc=0:detect_leaks=0 UBSAN_OPTIONS=print_stacktrace=1 make check V=1
7474

7575
run_scan_build_clang:
76-
image: greenaddress/wallycore@sha256:f159b338f3d25e13958d79fbd709238e3864de5468b9d743625466a0a681e52b
76+
image: greenaddress/wallycore@sha256:55333ce4c4dfba24e23386ce30178692db4d22cb0928b697a6563b912c2b6853
7777
tags:
7878
- ga
7979
script:
@@ -82,7 +82,7 @@ run_scan_build_clang:
8282
- scan-build-11 --keep-cc --exclude src/secp256k1/ make -j $(($(grep ^processor /proc/cpuinfo | wc -l) / 2))
8383

8484
cmake-test:
85-
image: greenaddress/wallycore@sha256:f159b338f3d25e13958d79fbd709238e3864de5468b9d743625466a0a681e52b
85+
image: greenaddress/wallycore@sha256:55333ce4c4dfba24e23386ce30178692db4d22cb0928b697a6563b912c2b6853
8686
tags:
8787
- ga
8888
script:

0 commit comments

Comments
 (0)