[openssh-commits] [openssh] branch V_10_0 updated: Remove tcmalloc test from 10.0 branch.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed May 21 18:49:07 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch V_10_0
in repository openssh.
The following commit(s) were added to refs/heads/V_10_0 by this push:
new 659a1ae0c Remove tcmalloc test from 10.0 branch.
659a1ae0c is described below
commit 659a1ae0c8a0f4ab6183d1a40ecef3e11658a6d2
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Wed May 21 18:47:47 2025 +1000
Remove tcmalloc test from 10.0 branch.
It requires some changes in the test infrastructure that are in
the main branch, but are not in this branch and not worth backporting.
---
.github/workflows/c-cpp.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 7c37c9ce2..bc776fa99 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -102,7 +102,6 @@ jobs:
- { target: ubuntu-latest, config: putty-0.83 }
- { target: ubuntu-latest, config: putty-snapshot }
- { target: ubuntu-latest, config: zlib-develop }
- - { target: ubuntu-latest, config: tcmalloc }
- { target: ubuntu-latest, config: musl }
- { target: ubuntu-22.04-arm, config: kitchensink }
- { target: ubuntu-24.04-arm, config: kitchensink }
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list