Crates.io | rebuilderd-worker |
lib.rs | rebuilderd-worker |
version | |
source | src |
created_at | 2020-04-13 16:04:28.604317+00 |
updated_at | 2025-02-27 16:45:12.886138+00 |
description | rebuilderd - rebuild worker |
homepage | |
repository | https://github.com/kpcyrd/rebuilderd |
max_upload_size | |
id | 229744 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Workers are tasked with, in short, carrying out the actual rebuild. Here you'll find:
You can test workers individually by (for example) building a container and scheduling a build (for a debian worker):
$ docker build -t rebuilderd-worker-debian worker/Dockerfile.debian
$ docker run --cap-add=SYS_ADMIN --rm \
rebuilderd-worker-debian build debian \
https://buildinfos.debian.net/buildinfo-pool/r/rust-sniffglue/rust-sniffglue_0.11.1-6+b1_amd64.buildinfo
:memo: WARNING |
---|
note these commands are run in the root of the repo, not here |
:warning: WARNING |
---|
Running Debian workers as containers requires SYS_ADMIN capabilities which could be dangerous! |