Skip to content
Permalink
Browse files
Add tcmalloc test target.
  • Loading branch information
daztucker committed Oct 12, 2021
1 parent 002d65b commit d4b3814
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
@@ -40,6 +40,9 @@ case "$config" in
hardenedmalloc)
CONFIGFLAGS="--with-ldflags=-lhardened_malloc"
;;
tcmalloc)
CONFIGFLAGS="--with-ldflags=-ltcmalloc"
;;
kerberos5)
CONFIGFLAGS="--with-kerberos5"
;;
@@ -50,7 +50,10 @@ for TARGET in $TARGETS; do
;;
hardenedmalloc)
INSTALL_HARDENED_MALLOC=yes
;;
;;
tcmalloc)
PACKAGES="$PACKAGES libgoogle-perftools-dev"
;;
openssl-noec)
INSTALL_OPENSSL=OpenSSL_1_1_1k
SSLCONFOPTS="no-ec"
@@ -37,6 +37,7 @@ jobs:
- { os: ubuntu-20.04, configs: pam }
- { os: ubuntu-20.04, configs: kitchensink }
- { os: ubuntu-20.04, configs: hardenedmalloc }
- { os: ubuntu-20.04, configs: tcmalloc }
- { os: ubuntu-latest, configs: libressl-master }
- { os: ubuntu-latest, configs: libressl-2.2.9 }
- { os: ubuntu-latest, configs: libressl-2.8.3 }

0 comments on commit d4b3814

Please sign in to comment.