fix(steps-guix): bring network up after linux64 jump before fetching new sources

This commit is contained in:
vxtls 2026-02-23 17:23:42 -05:00
parent 0b53827ca7
commit faeff8acc4
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#!/bin/sh
# SPDX-License-Identifier: GPL-3.0-or-later
dhcpcd --waitip=4

View file

@ -11,6 +11,7 @@ build: musl-obstack-1.2.3
build: elfutils-0.194 build: elfutils-0.194
build: linux-6.12.74 build: linux-6.12.74
jump: linux64 jump: linux64
improve: get_network
build: libgpg-error-1.59 build: libgpg-error-1.59
build: libgcrypt-1.12.1 build: libgcrypt-1.12.1
build: guile-gcrypt-0.5.0 build: guile-gcrypt-0.5.0