Shut down gcov.php.net

php.internals

Christoph Becker

5 years ago
Hi all, I suggest to shut down <http://gcov.php.net/> altogether. It is barely maintained for quite a while: PHP 7.4 builds are failing, and there are no PHP 8.0 builds at all. We already run a coverage job on Azure[1], so there is no *need* for this site anymore, and we can't spent our time on more useful things. See also <https://bugs.php.net/bug.php?id=78288>. Any objections? [1] <https://github.com/php/php-src/blob/master/azure/coverage_job.yml>
-- Christoph M. Becker

Nikita Popov

5 years ago
On Wed, Aug 4, 2021 at 2:25 PM Christoph M. Becker <cmbecker69@gmx.de> wrote:
> Hi all, > > I suggest to shut down <http://gcov.php.net/> altogether. It is barely > maintained for quite a while: PHP 7.4 builds are failing, and there are > no PHP 8.0 builds at all. We already run a coverage job on Azure[1], so > there is no *need* for this site anymore, and we can't spent our time on > more useful things. > > See also <https://bugs.php.net/bug.php?id=78288>. > > Any objections? > > [1] <https://github.com/php/php-src/blob/master/azure/coverage_job.yml> >
+1 to shutting down this server. Coverage is now on azure and also published to https://app.codecov.io/gh/php/php-src/, and valgrind has been replaced by asan jobs. Newer PHP versions don't work on gcov because the OS is too old. Regards, Nikita

Joe Watkins

5 years ago
+1, this was always the long term plan. Cheers Joe On Wednesday, 4 August 2021, Nikita Popov <nikita.ppv@gmail.com> wrote:

Sara Golemon

5 years ago
On Wed, Aug 4, 2021 at 7:43 AM Nikita Popov <nikita.ppv@gmail.com> wrote:
> On Wed, Aug 4, 2021 at 2:25 PM Christoph M. Becker <cmbecker69@gmx.de> > wrote: > > > I suggest to shut down <http://gcov.php.net/> altogether. It is barely > > maintained for quite a while: PHP 7.4 builds are failing, and there are > > no PHP 8.0 builds at all. We already run a coverage job on Azure[1], so > > there is no *need* for this site anymore, and we can't spent our time on > > more useful things. > > > > +1 to shutting down this server. Coverage is now on azure and also > published to https://app.codecov.io/gh/php/php-src/, and valgrind has been > replaced by asan jobs. Newer PHP versions don't work on gcov because the OS > is too old. > >
+1; I've just checked my calendar and it's not 1999 anymore. Put 'er out to pasture next to git.php.net -Sara

Gabriel Caruso

5 years ago
On Wed, 4 Aug 2021, 14:25 Christoph M. Becker, <cmbecker69@gmx.de> wrote:
> Hi all, > > I suggest to shut down <http://gcov.php.net/> altogether. It is barely > maintained for quite a while: PHP 7.4 builds are failing, and there are > no PHP 8.0 builds at all. We already run a coverage job on Azure[1], so > there is no *need* for this site anymore, and we can't spent our time on > more useful things. > > See also <https://bugs.php.net/bug.php?id=78288>. > > Any objections? > > [1] <https://github.com/php/php-src/blob/master/azure/coverage_job.yml> > > -- > Christoph M. Becker > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: https://www.php.net/unsub.php > > >
As the author of the bug, I've gotta say: yes, let's do it! Thanks for taking care of this one!