public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Bootstraps every night?
       [not found] ` <199912211929.LAA10596@pizda.ninka.net>
@ 1999-12-22  8:22   ` Jan Hubicka
  1999-12-22  9:45     ` David Edelsohn
  1999-12-31 23:54     ` Jan Hubicka
  0 siblings, 2 replies; 6+ messages in thread
From: Jan Hubicka @ 1999-12-22  8:22 UTC (permalink / raw)
  To: David S. Miller; +Cc: egcs

>    Date: Tue, 21 Dec 1999 16:04:53 +0100
>    From: Jan Hubicka <hubicka@atrey.karlin.mff.cuni.cz>
> 
>    First of all, I am sorry for breaking the tree.
> 
> Take a deep breath, it turns out you didn't break the tree
> with the gcse note changes as far as I can tell.

Nice to hear that it wasn't my bug. I felt very embrassed by that.
Anyway it would be nice to have ability to check other targets as well.
You usually more likely break target you don't know so having chance
to bootstrap non-Intel machine would be great.

I have account on one ultra and some mips machines, so I will set up
the CVS tree there, but I was thinking that it would be nice,
if Cygnus (now Redhat?) would make available some machines with
representative set of platofrms, that would run bootstrap/ make check
regularry after CVS updates and send result to mailing list (egcs-check).
It would be easier for people to track down the failures, and running
bootstrap possibly once per night does not eat too extreme amout of
CPU cycles even for machine used for other purposes as well.

Perhaps it can me even made automatic checking for patches sent to the
gcc-patches, but it would probably require very strict protocol for
sending the patches (to make them machine-readable), so I am not sure
how good idea this is. Or perhaps we can make just a mail alias,
that will accept patches and reply by the bootstrap results on various
platforms..

Honza

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Bootstraps every night?
  1999-12-22  8:22   ` Bootstraps every night? Jan Hubicka
@ 1999-12-22  9:45     ` David Edelsohn
  1999-12-26 22:53       ` Dave Avery
  1999-12-31 23:54       ` David Edelsohn
  1999-12-31 23:54     ` Jan Hubicka
  1 sibling, 2 replies; 6+ messages in thread
From: David Edelsohn @ 1999-12-22  9:45 UTC (permalink / raw)
  To: Jan Hubicka; +Cc: David S. Miller, egcs

	There was some discussion a year or two ago about having some
infrastructure that volunteers could bootstrap nightly and report the
results, not using Cygnus computer resources.

David

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Bootstraps every night?
  1999-12-22  9:45     ` David Edelsohn
@ 1999-12-26 22:53       ` Dave Avery
  1999-12-31 23:54         ` Dave Avery
  1999-12-31 23:54       ` David Edelsohn
  1 sibling, 1 reply; 6+ messages in thread
From: Dave Avery @ 1999-12-26 22:53 UTC (permalink / raw)
  To: egcs

-----BEGIN PGP SIGNED MESSAGE-----

On Wed, 22 Dec 1999 12:45:40 -0500, David Edelsohn wrote:

>	There was some discussion a year or two ago about having some
>infrastructure that volunteers could bootstrap nightly and report the
>results, not using Cygnus computer resources.
>
>David
>

it might interesting to look at the mozilla.org "tinderbox" continuos build tracking
system and the "build" scripts

dave
*************
Dave Avery                                       daa@rmi.net
daa@distributed.net
distributed .net Statistics plotting http://www.distributed.net/statistics
        Flight Simulator hardware and software engineering
PGP Public Key Fingerprint= 90DF A29F 679F A452 7198  BECC 1616 0283 2D13 7AC2

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 5.0i OS/2 for non-commercial use
Comment: PGP 5.0 for OS/2
Charset: cp850

wsBVAwUBOGb+eMZ+HHp6nnP1AQFYiQf/QgCTsQ/gEMimA368bZw2bSFeabE7PqE9
QzlqteLRBn97Yeg5lAskSYsGkQ8JUfTqF5rlzhmQWD+hirmtauB41KZjrPjCbLRP
5Hga/QebPpSgdtxsCi+s2bi6LlfAkYaUsSARadF6vx8zZP+k//wG1s6LTcnNtlVN
BLQTrBVtvsO7AS3aIhe/U8kUTZHSLUZ17RqDtyrPcY6bz+Qm0VTFzTlWAUOiZhN5
9VcTMfl8AqKj5opzTct0eE/4hxeZPT2CxkowQ9K3YZrrtC1rRrp70O7ftQL7WMp/
Dg3RHv0yrSEKIkOdJTjej6jxTIM5DYSlAyRH9I2LTV3G8a4+2zDP1g==
=VvKp
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Bootstraps every night?
  1999-12-22  8:22   ` Bootstraps every night? Jan Hubicka
  1999-12-22  9:45     ` David Edelsohn
@ 1999-12-31 23:54     ` Jan Hubicka
  1 sibling, 0 replies; 6+ messages in thread
From: Jan Hubicka @ 1999-12-31 23:54 UTC (permalink / raw)
  To: David S. Miller; +Cc: egcs

>    Date: Tue, 21 Dec 1999 16:04:53 +0100
>    From: Jan Hubicka <hubicka@atrey.karlin.mff.cuni.cz>
> 
>    First of all, I am sorry for breaking the tree.
> 
> Take a deep breath, it turns out you didn't break the tree
> with the gcse note changes as far as I can tell.

Nice to hear that it wasn't my bug. I felt very embrassed by that.
Anyway it would be nice to have ability to check other targets as well.
You usually more likely break target you don't know so having chance
to bootstrap non-Intel machine would be great.

I have account on one ultra and some mips machines, so I will set up
the CVS tree there, but I was thinking that it would be nice,
if Cygnus (now Redhat?) would make available some machines with
representative set of platofrms, that would run bootstrap/ make check
regularry after CVS updates and send result to mailing list (egcs-check).
It would be easier for people to track down the failures, and running
bootstrap possibly once per night does not eat too extreme amout of
CPU cycles even for machine used for other purposes as well.

Perhaps it can me even made automatic checking for patches sent to the
gcc-patches, but it would probably require very strict protocol for
sending the patches (to make them machine-readable), so I am not sure
how good idea this is. Or perhaps we can make just a mail alias,
that will accept patches and reply by the bootstrap results on various
platforms..

Honza

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Bootstraps every night?
  1999-12-26 22:53       ` Dave Avery
@ 1999-12-31 23:54         ` Dave Avery
  0 siblings, 0 replies; 6+ messages in thread
From: Dave Avery @ 1999-12-31 23:54 UTC (permalink / raw)
  To: egcs

-----BEGIN PGP SIGNED MESSAGE-----

On Wed, 22 Dec 1999 12:45:40 -0500, David Edelsohn wrote:

>	There was some discussion a year or two ago about having some
>infrastructure that volunteers could bootstrap nightly and report the
>results, not using Cygnus computer resources.
>
>David
>

it might interesting to look at the mozilla.org "tinderbox" continuos build tracking
system and the "build" scripts

dave
*************
Dave Avery                                       daa@rmi.net
daa@distributed.net
distributed .net Statistics plotting http://www.distributed.net/statistics
        Flight Simulator hardware and software engineering
PGP Public Key Fingerprint= 90DF A29F 679F A452 7198  BECC 1616 0283 2D13 7AC2

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 5.0i OS/2 for non-commercial use
Comment: PGP 5.0 for OS/2
Charset: cp850

wsBVAwUBOGb+eMZ+HHp6nnP1AQFYiQf/QgCTsQ/gEMimA368bZw2bSFeabE7PqE9
QzlqteLRBn97Yeg5lAskSYsGkQ8JUfTqF5rlzhmQWD+hirmtauB41KZjrPjCbLRP
5Hga/QebPpSgdtxsCi+s2bi6LlfAkYaUsSARadF6vx8zZP+k//wG1s6LTcnNtlVN
BLQTrBVtvsO7AS3aIhe/U8kUTZHSLUZ17RqDtyrPcY6bz+Qm0VTFzTlWAUOiZhN5
9VcTMfl8AqKj5opzTct0eE/4hxeZPT2CxkowQ9K3YZrrtC1rRrp70O7ftQL7WMp/
Dg3RHv0yrSEKIkOdJTjej6jxTIM5DYSlAyRH9I2LTV3G8a4+2zDP1g==
=VvKp
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Bootstraps every night?
  1999-12-22  9:45     ` David Edelsohn
  1999-12-26 22:53       ` Dave Avery
@ 1999-12-31 23:54       ` David Edelsohn
  1 sibling, 0 replies; 6+ messages in thread
From: David Edelsohn @ 1999-12-31 23:54 UTC (permalink / raw)
  To: Jan Hubicka; +Cc: David S. Miller, egcs

	There was some discussion a year or two ago about having some
infrastructure that volunteers could bootstrap nightly and report the
results, not using Cygnus computer resources.

David

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1999-12-31 23:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <19991221160453.E23995@atrey.karlin.mff.cuni.cz>
     [not found] ` <199912211929.LAA10596@pizda.ninka.net>
1999-12-22  8:22   ` Bootstraps every night? Jan Hubicka
1999-12-22  9:45     ` David Edelsohn
1999-12-26 22:53       ` Dave Avery
1999-12-31 23:54         ` Dave Avery
1999-12-31 23:54       ` David Edelsohn
1999-12-31 23:54     ` Jan Hubicka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).