From 0b53827ca77dc44181ee35e267f6ad29145d4df9 Mon Sep 17 00:00:00 2001 From: vxtls <187420201+vxtls@users.noreply.github.com> Date: Mon, 23 Feb 2026 14:54:36 -0500 Subject: [PATCH] refactor(steps-guix): align linux64 handover with upstream jump flow and end with shared after --- steps-guix/improve/after.sh | 4 ++++ steps-guix/{improve => jump}/linux64.sh | 3 --- steps-guix/linux-6.12.74/pass1.sh | 2 -- steps-guix/manifest | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 steps-guix/improve/after.sh rename steps-guix/{improve => jump}/linux64.sh (93%) diff --git a/steps-guix/improve/after.sh b/steps-guix/improve/after.sh new file mode 100644 index 00000000..bbf8b232 --- /dev/null +++ b/steps-guix/improve/after.sh @@ -0,0 +1,4 @@ +#!/bin/sh +# SPDX-License-Identifier: GPL-3.0-or-later + +exec /steps/improve/after.sh diff --git a/steps-guix/improve/linux64.sh b/steps-guix/jump/linux64.sh similarity index 93% rename from steps-guix/improve/linux64.sh rename to steps-guix/jump/linux64.sh index a9bd1d9b..9dc79984 100644 --- a/steps-guix/improve/linux64.sh +++ b/steps-guix/jump/linux64.sh @@ -1,7 +1,4 @@ #!/bin/bash -# -# SPDX-FileCopyrightText: 2026 Luo Yanpan -# # SPDX-License-Identifier: GPL-3.0-or-later set -e diff --git a/steps-guix/linux-6.12.74/pass1.sh b/steps-guix/linux-6.12.74/pass1.sh index e2555c69..72dc264b 100644 --- a/steps-guix/linux-6.12.74/pass1.sh +++ b/steps-guix/linux-6.12.74/pass1.sh @@ -1,5 +1,3 @@ -# SPDX-FileCopyrightText: 2026 Luo Yanpan -# # SPDX-License-Identifier: GPL-3.0-or-later : "${KERNEL_SYSROOT:=/kernel-toolchain}" diff --git a/steps-guix/manifest b/steps-guix/manifest index b5a27812..fedac049 100644 --- a/steps-guix/manifest +++ b/steps-guix/manifest @@ -10,7 +10,7 @@ build: musl-fts-1.2.7 build: musl-obstack-1.2.3 build: elfutils-0.194 build: linux-6.12.74 -improve: linux64 +jump: linux64 build: libgpg-error-1.59 build: libgcrypt-1.12.1 build: guile-gcrypt-0.5.0