@@ -523,6 +523,11 @@ In this Git repo:
523523
524524From here it'll be cloned on the production machines.
525525
526+ ### Check for disk space
527+
528+ Check if the build machines have enough free space and eventually
529+ do some cleanups.
530+
526531### Manually trigger the build GitHub Actions
527532
528533To trigger the GitHub Actions builds, use the xPack actions:
@@ -570,11 +575,11 @@ To trigger the GitHub Actions builds, use the same xPack actions as before.
570575The full builds take about 11 hours (about 3h30 without multi-libs)
571576to complete:
572577
573- - ` xbbmi ` : 5h10 (1h10)
574- - ` xbbma ` : 1h55 (0h26)
575- - ` xbbli ` : 2h42 (including Windows; without multi-libs: 0h42 Linux, 0h35 Windows without multilibs)
576- - ` xbbla64 ` : 10h45 (3h30 )
577- - ` xbbla32 ` : 11h12 (3h30 )
578+ - ` xbbmi ` : 5h12 (1h10)
579+ - ` xbbma ` : 1h50 (0h26)
580+ - ` xbbli ` : 1h54 (1h54 Linux, 1h52 Windows; without multi-libs: 0h42 Linux, 0h35 Windows without multilibs)
581+ - ` xbbla64 ` : 12h07 (4h00 )
582+ - ` xbbla32 ` : 12h40 (4h10 )
578583
579584The workflows results and logs are available from the
580585[ Actions] ( https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/actions/ ) page.
@@ -718,6 +723,7 @@ with all binaries attached.
718723## Prepare a new blog post
719724
720725- check and possibly update the ` templates/body-jekyll-release-*-liquid.md `
726+ (for the release dates, use < https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads/ > )
721727- run the xPack action ` generate-jekyll-post ` ; this will leave a file
722728on the Desktop.
723729
0 commit comments