Skip to content

Commit b2b8dda

Browse files
committed
removed the valgrind suppression rules for luajit because we no longer need it; also removed the hard-coded luajit path from RPATH in the developer build script.
1 parent 060c6b9 commit b2b8dda

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

util/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cd $root || exit 1
1717
#--without-http_memcached_module \
1818
ngx-build $force $version \
1919
--with-cc-opt="-O0" \
20-
--with-ld-opt="-Wl,-rpath,$LUAJIT_LIB:/opt/postgres/lib:/opt/drizzle/lib:/usr/local/lib:/home/lz/lib" \
20+
--with-ld-opt="-Wl,-rpath,/opt/postgres/lib:/opt/drizzle/lib:/usr/local/lib:/home/lz/lib" \
2121
--without-mail_pop3_module \
2222
--without-mail_imap_module \
2323
--without-mail_smtp_module \

valgrind.suppress

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
{
2-
<insert_a_suppression_name_here>
3-
Memcheck:Addr4
4-
fun:lj_str_new
5-
fun:lua_getfield
6-
}
71
{
82
<insert_a_suppression_name_here>
93
Memcheck:Addr4
@@ -25,13 +19,6 @@ fun:main
2519
fun:ngx_log_error_core
2620
fun:ngx_http_charset_header_filter
2721
}
28-
{
29-
<insert_a_suppression_name_here>
30-
Memcheck:Addr4
31-
fun:lj_str_new
32-
fun:lua_setfield
33-
fun:ngx_http_lua_cache_store_code
34-
}
3522
{
3623
<insert_a_suppression_name_here>
3724
exp-sgcheck:SorG

0 commit comments

Comments
 (0)