mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 17:25:09 +02:00
Add tcmalloc test target.
This commit is contained in:
parent
002d65b0a3
commit
d4b38144c0
3
.github/configs
vendored
3
.github/configs
vendored
@ -40,6 +40,9 @@ case "$config" in
|
||||
hardenedmalloc)
|
||||
CONFIGFLAGS="--with-ldflags=-lhardened_malloc"
|
||||
;;
|
||||
tcmalloc)
|
||||
CONFIGFLAGS="--with-ldflags=-ltcmalloc"
|
||||
;;
|
||||
kerberos5)
|
||||
CONFIGFLAGS="--with-kerberos5"
|
||||
;;
|
||||
|
5
.github/setup_ci.sh
vendored
5
.github/setup_ci.sh
vendored
@ -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"
|
||||
|
1
.github/workflows/c-cpp.yml
vendored
1
.github/workflows/c-cpp.yml
vendored
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user