-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use dedicated schroot to speedup npm builds
Signed-off-by: Felix Moessbauer <[email protected]>
- Loading branch information
1 parent
f9d64bc
commit ac6eb00
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
recipes-devtools/sbuild-chroot/sbuild-chroot-target-npm.bb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# | ||
# Copyright (c) Siemens AG, 2023 | ||
# | ||
# Authors: | ||
# Felix Moessbauer <[email protected]> | ||
# | ||
# This file is subject to the terms and conditions of the MIT License. See | ||
# COPYING.MIT file in the top-level directory. | ||
# | ||
|
||
DESCRIPTION = "Isar sbuild/schroot filesystem for npm" | ||
|
||
require recipes-devtools/sbuild-chroot/sbuild-chroot-target.bb | ||
|
||
SBUILD_FLAVOR = "npm" | ||
SBUILD_CHROOT_PREINSTALL_EXTRA += "npm python3 libnode108" |