mirror of
https://github.com/php/web-rmtools.git
synced 2026-03-24 17:22:12 +01:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/php/web-rmtools/pull/6
Author: @cmb69
Created: 3/25/2019
Status: ❌ Closed
Base:
master← Head:bug-77728📝 Commits (3)
97dc0afFix #77728: pgort140.DLL missing90416bfDon't go on after failureced1dadAllow PGO training to fail📊 Changes
1 file changed (+23 additions, -17 deletions)
View changed files
📝
script/snap.php(+23 -17)📄 Description
If a PGO build is requested, but a build error occurs after the PGI
build has succeeded and before the PGO build has even been attempted
(for instance, if the PGO training fails), we may get a bogus archive
containing the PGI build, without any hint. We apply a quick fix which
requires to run the PGO build if requested, and reports a respective
error otherwise.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.