AutoBuild: glibc_standalone_rebuild started at 2025-04-28-01UTC (#11839)

* Update gawk, modify glibc_standalone

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update build for glibc...

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Disable upx.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update binaries

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust builder to do an upgrade before a build.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Do not let the crew upgrade during build kill the build.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add i686 binary

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add built packages for linux/amd64 to glibc_standalone_rebuild

* Add built packages for linux/arm/v7 to glibc_standalone_rebuild

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-04-28 02:19:54 -05:00
committed by GitHub
parent ba6714c8c2
commit e7bf7baf67
8 changed files with 129 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
# Mapping of /output should be set in the docker run options for the
# run-updater step of the generate job in .github/workflows/Updater.yml
cd /output/ || exit 1
crew update
crew update && yes | crew upgrade || true
git config --global --add safe.directory /output
export CREW_AGREE_TIMEOUT_SECONDS=1
set -x