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 6
6
7
7
export LC_ALL=C.UTF-8
8
8
9
- export DOCKER_NAME_TAG=" ubuntu:20 .04"
9
+ export DOCKER_NAME_TAG=" ubuntu:22 .04"
10
10
export CONTAINER_NAME=ci_native_valgrind
11
11
export 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"
12
12
export USE_VALGRIND=1
Original file line number Diff line number Diff line change 13
13
#
14
14
# Note that suppressions may depend on OS and/or library versions.
15
15
# 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)
18
18
{
19
19
Suppress libstdc++ warning - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65434
20
20
Memcheck:Leak
112
112
...
113
113
fun:GetCoin
114
114
}
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
- }
121
115
{
122
116
Suppress boost warning
123
117
Memcheck:Leak
128
122
fun:_ZN5boost9unit_test14unit_test_mainEPFbvEiPPc
129
123
fun:main
130
124
}
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
- }
142
125
{
143
126
Suppress LogInstance still reachable memory warning
144
127
Memcheck:Leak
You can’t perform that action at this time.
0 commit comments