Skip to content

Commit

Permalink
build: update gitlab CI images
Browse files Browse the repository at this point in the history
  • Loading branch information
jgriffiths committed Nov 26, 2024
1 parent 4530cfb commit f8f345b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ variables:
GIT_SUBMODULE_STRATEGY: recursive

build_wally_release_files:
image: greenaddress/wallycore@sha256:f159b338f3d25e13958d79fbd709238e3864de5468b9d743625466a0a681e52b
image: greenaddress/wallycore@sha256:55333ce4c4dfba24e23386ce30178692db4d22cb0928b697a6563b912c2b6853
artifacts:
expire_in: 7 days
name: wallycore-bindings
Expand Down Expand Up @@ -36,7 +36,7 @@ build_wally_release_files:
- rmdir wally_dist

build_mingw_static:
image: greenaddress/wallycore@sha256:f159b338f3d25e13958d79fbd709238e3864de5468b9d743625466a0a681e52b
image: greenaddress/wallycore@sha256:55333ce4c4dfba24e23386ce30178692db4d22cb0928b697a6563b912c2b6853
tags:
- ga
script:
Expand All @@ -45,7 +45,7 @@ build_mingw_static:
- make -j $(($(grep ^processor /proc/cpuinfo | wc -l) / 2))

run_tests:
image: greenaddress/wallycore@sha256:f159b338f3d25e13958d79fbd709238e3864de5468b9d743625466a0a681e52b
image: greenaddress/wallycore@sha256:55333ce4c4dfba24e23386ce30178692db4d22cb0928b697a6563b912c2b6853
tags:
- ga
artifacts:
Expand All @@ -61,7 +61,7 @@ run_tests:
- jq '[.[]|.[]]' -s ./src/.libs/test_*.json > valgrind.json

run_asan_ubsan_gcc:
image: greenaddress/wallycore@sha256:f159b338f3d25e13958d79fbd709238e3864de5468b9d743625466a0a681e52b
image: greenaddress/wallycore@sha256:55333ce4c4dfba24e23386ce30178692db4d22cb0928b697a6563b912c2b6853
tags:
- ga
script:
Expand All @@ -73,7 +73,7 @@ run_asan_ubsan_gcc:
- ASAN_OPTIONS=abort_on_error=1:fast_unwind_on_malloc=0:detect_leaks=0 UBSAN_OPTIONS=print_stacktrace=1 make check V=1

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

cmake-test:
image: greenaddress/wallycore@sha256:f159b338f3d25e13958d79fbd709238e3864de5468b9d743625466a0a681e52b
image: greenaddress/wallycore@sha256:55333ce4c4dfba24e23386ce30178692db4d22cb0928b697a6563b912c2b6853
tags:
- ga
script:
Expand Down

0 comments on commit f8f345b

Please sign in to comment.