d-e-s-o/Build Linux
Build a Linux kernel from source with caching support.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| kernel-repo | The Linux kernel repository to use. | no | torvalds/linux |
| rev | The revision to build at. | no | "" |
| config | Path to the kernel configuration to use. | yes | — |
| vmlinux | Whether to include vmlinux in the artifacts. | no | false |
| patches | Newline-separated list of paths or glob patterns for patches to apply on top of the checked-out kernel source. | no | "" |
| modules | Whether to include kernel modules in the artifacts. | no | false |
Outputs
| name | description |
|---|---|
| build-dir | Path to the directory containing the built kernel |