[COMMITTED] binutils gdb snapshots, don't create xz src-release archives, used gz

Mark Wielaard <[email protected]> Mon, 22 Dec 2025 23:52:43 +0100
Newsgroups gmane.comp.gdb.devel,gmane.comp.gnu.binutils
Message-ID <[email protected]>
Both the binutils and gdb snapshots run in a debian stable container
on an alma 9 host. This causes "xz: Failed to enable the sandbox".

There is more information in this issue report:
https://github.com/tukaani-project/xz/issues/199

Sorry for the github link, it needs proprietary javascript to read the
comments.

For now run src-release with -g to just create a .gz compressed
snapshot.
---
 builder/master.cfg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index a2d2bd9b227b..e2793a08820c 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -3125,12 +3125,12 @@ binutils_step_setversion = steps.ShellCommand(
 binutils_step_src_release = steps.ShellCommand(
         workdir='binutils-gdb',
         name="src-release",
-        command="./src-release.sh -x binutils_with_gold")
+        command="./src-release.sh -g binutils_with_gold")
 binutils_create_output_step = steps.ShellCommand(
         workdir='binutils-gdb',
         name="create output",
         command="mkdir -p /home/builder/shared/output/src &&"
-        + "mv ./binutils-*tar.xz /home/builder/shared/output/src")
+        + "mv ./binutils-*tar.gz /home/builder/shared/output/src")
 binutils_create_publish_file_step = steps.ShellCommand(
         name="create publish file",
         command="echo binutils/trunk > /home/builder/shared/publish")
@@ -3541,12 +3541,12 @@ gdb_step_setversion = steps.ShellCommand(
 gdb_step_src_release = steps.ShellCommand(
         workdir='binutils-gdb',
         name="src-release",
-        command="./src-release.sh -x gdb")
+        command="./src-release.sh -g gdb")
 gdb_create_output_step = steps.ShellCommand(
         workdir='binutils-gdb',
         name="create output",
         command="mkdir -p /home/builder/shared/output/src &&"
-        + "mv ./gdb-*tar.xz /home/builder/shared/output/src")
+        + "mv ./gdb-*tar.gz /home/builder/shared/output/src")
 gdb_create_publish_file_step = steps.ShellCommand(
         name="create publish file",
         command="echo gdb/trunk > /home/builder/shared/publish")
-- 
2.52.0