Build-Pipelines for Operating System Artifacts in Rust
The osbuild-rs project provides native access to build-pipelines for operating system artifacts from within the Rust programming language. It is used by OSBuild to run the pipeline engine and implement the individual stages of the build process.
See the OSBuild Project for information on how to access and invoke build-pipelines, as well as further information on integration into the wider OSBuild Ecosystem.
- Website: https://www.osbuild.org
- Bug Tracker: https://github.com/osbuild/osbuild-rs/issues
- IRC: #osbuild on Libera.Chat
- Changelog: https://github.com/osbuild/osbuild-rs/releases
The runtime requirements for this project are:
none
At build-time, the following software is required:
rust >= 1.64.0
To build this project, run:
cargo build
- web: https://github.com/osbuild/osbuild-rs
- https:
https://github.com/osbuild/osbuild-rs.git
- ssh:
git@github.com:osbuild/osbuild-rs.git
- Apache-2.0
- See LICENSE file for details.