Merge branch 'kernel-bootstrap-jobs' into bare-metal-full

This commit is contained in:
Gábor Stefanik 2024-01-02 01:25:03 +01:00
commit f7d7ceeae3
4 changed files with 17 additions and 1 deletions

View file

@ -6,7 +6,7 @@
unset GUILE_LOAD_PATH
cat > /steps/env <<- EOF
cat >> /steps/env <<- 'EOF'
export PATH=${PREFIX}/bin
PREFIX=${PREFIX}
LIBDIR=${LIBDIR}

View file

@ -0,0 +1,14 @@
#!/bin/sh
#
# SPDX-FileCopyrightText: 2024 Gábor Stefanik <netrolller.3d@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# Update $JOBS once SMP support is available
cat >> /steps/bootstrap.cfg <<- EOF
JOBS=${FINAL_JOBS}
EOF
. /steps/bootstrap.cfg
. /steps/env

View file

@ -119,6 +119,7 @@ build: linux-4.9.10 ( BUILD_LINUX == True )
jump: break ( INTERNAL_CI == pass1 )
jump: linux ( CHROOT == False )
jump: move_disk ( KERNEL_BOOTSTRAP == True )
improve: update_jobs
improve: finalize_fhs
build: musl-1.2.4
build: curl-8.5.0