From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 290FD3857424; Sat, 10 Sep 2022 03:43:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 290FD3857424 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662781400; bh=kbR6hkEKTJL5dyQGNlkqEne0JEsrabm+VNIcatmTnRY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TlOMenaKiYsSP55TV1y/tjyXcPMi2dC1FlfOEKFXVNwPrsYG0w+ImR3A0g5oamZAL xK8fySdfhUNewN1zO+g7dz1Jm4Dn3qPiqq+qMyjcYuPdv7jRP5/oJnXuv9OyMVMuWQ JnwVr0FAplctRnkRobhVurisSSX0vJ1GFacdhj+o= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/106899] Snapshots do not contain pre-generated man pages & info pages Date: Sat, 10 Sep 2022 03:43:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106899 --- Comment #4 from Andrew Pinski --- So the issue is when we do a release, do a full build of GCC. Doing a snapshot does NOT do the full build because of resource constraints. We have at least any one time, 4 snapshots happening during the week. the machine which hosts gcc is doing the snapshots so taking resources away from other projects too. We could do this yes but I doubt we want to do for a few reasons. 1) No longer a true snapshot of the source. 2) resource constraints on building the snapshot 3) building the generated files while using snapshot/git is not a bad thing=