We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73890e commit 77a3e6bCopy full SHA for 77a3e6b
.github/configs
@@ -142,7 +142,8 @@ case "$config" in
142
# get clobbered by ssh/sshd calling closefrom() and chaos will ensue.
143
# Tell tcmalloc to use an unwinder that doesn't pull this stuff.
144
TCMALLOC_STACKTRACE_METHOD=generic_fp
145
- export TCMALLOC_STACKTRACE_METHOD
+ TEST_SSH_SSHD_ENV="TCMALLOC_STACKTRACE_METHOD=generic_fp"
146
+ export TCMALLOC_STACKTRACE_METHOD TEST_SSH_SSHD_ENV
147
;;
148
krb5|heimdal)
149
CONFIGFLAGS="--with-kerberos5"
0 commit comments