File tree Expand file tree Collapse file tree 2 files changed +3
-20
lines changed
Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Original file line number Diff line number Diff line change 66
77export LC_ALL=C.UTF-8
88
9- export DOCKER_NAME_TAG=" ubuntu:20 .04"
9+ export DOCKER_NAME_TAG=" ubuntu:22 .04"
1010export CONTAINER_NAME=ci_native_valgrind
1111export PACKAGES=" valgrind clang llvm python3-zmq libevent-dev bsdmainutils libboost-dev libboost-test-dev libdb5.3++-dev libminiupnpc-dev libnatpmp-dev libzmq3-dev libsqlite3-dev"
1212export USE_VALGRIND=1
Original file line number Diff line number Diff line change 1313#
1414# Note that suppressions may depend on OS and/or library versions.
1515# Tested on:
16- # * aarch64 (Ubuntu 20 .04 system libs, without gui)
17- # * x86_64 (Ubuntu 18 .04 system libs, without gui)
16+ # * aarch64 (Ubuntu 22 .04 system libs, clang , without gui)
17+ # * x86_64 (Ubuntu 22 .04 system libs, clang , without gui)
1818{
1919 Suppress libstdc++ warning - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65434
2020 Memcheck:Leak
112112 ...
113113 fun:GetCoin
114114}
115- {
116- Suppress wcsnrtombs glibc SSE4 warning (could be related: https://stroika.atlassian.net/browse/STK-626)
117- Memcheck:Addr16
118- fun:__wcsnlen_sse4_1
119- fun:wcsnrtombs
120- }
121115{
122116 Suppress boost warning
123117 Memcheck:Leak
128122 fun:_ZN5boost9unit_test14unit_test_mainEPFbvEiPPc
129123 fun:main
130124}
131- {
132- Suppress boost still reachable memory warning
133- Memcheck:Leak
134- match-leak-kinds: reachable
135- fun:_Znwm
136- ...
137- fun:_M_construct_aux<char*>
138- fun:_M_construct<char*>
139- fun:basic_string
140- fun:path
141- }
142125{
143126 Suppress LogInstance still reachable memory warning
144127 Memcheck:Leak
You can’t perform that action at this time.
0 commit comments