Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • stable
  • extraversion
  • early-display
  • variant-emmc-nvme-boot
  • 2024-07-19
  • 2024-06-30
  • 2023-10-18
  • 2023-10-10
  • 2023-07-04
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
14 results

control.py

Blame
    • Simon Glass's avatar
      4266dc28
      buildman: Add -F flag to retry failed builds · 4266dc28
      Simon Glass authored
      Generally a build failure with a particular commit cannot be fixed except
      by changing that commit. Changing the commit will automatically cause
      buildman to retry when you run it again: buildman sees that the commit
      hash is different and that it has no previous build result for the new
      commit hash.
      
      However sometimes the build failure is due to a toolchain issue or some
      other environment problem. In that case, retrying failed builds may yield
      a different result.
      
      Add a flag to retry failed builds. This differs from the force rebuild
      flag (-f) in that it will not rebuild commits which are already marked as
      succeeded.
      
      Series-to: u-boot
      
      Change-Id: Iac4306df499d65ff0888b1c60f06fc162a6faad8
      4266dc28
      History
      buildman: Add -F flag to retry failed builds
      Simon Glass authored
      Generally a build failure with a particular commit cannot be fixed except
      by changing that commit. Changing the commit will automatically cause
      buildman to retry when you run it again: buildman sees that the commit
      hash is different and that it has no previous build result for the new
      commit hash.
      
      However sometimes the build failure is due to a toolchain issue or some
      other environment problem. In that case, retrying failed builds may yield
      a different result.
      
      Add a flag to retry failed builds. This differs from the force rebuild
      flag (-f) in that it will not rebuild commits which are already marked as
      succeeded.
      
      Series-to: u-boot
      
      Change-Id: Iac4306df499d65ff0888b1c60f06fc162a6faad8
    control.py 6.64 KiB