kernel: remove RUSTC_BOOTSTRAP from recipe (env var approach in Makefile)
Author: vasilito <adminpupkin@gmail.com>
This commit is contained in:
@@ -7,7 +7,6 @@ path = "../../../local/sources/kernel"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
export RUSTC_BOOTSTRAP=1
|
||||
make -f ${COOKBOOK_SOURCE}/Makefile
|
||||
mkdir -pv "${COOKBOOK_STAGE}/usr/lib/boot"
|
||||
cp -v kernel "${COOKBOOK_STAGE}/usr/lib/boot"
|
||||
|
||||
Reference in New Issue
Block a user