ceph-build icon indicating copy to clipboard operation
ceph-build copied to clipboard

Helper scripts for building the official Ceph packages

Results 64 ceph-build issues
Sort by recently updated
recently updated
newest added

Adding LICENSE file to the repo. picked the GPL v2 based on the "one of the" licenses in the main ceph repo + what chatgpt claims is the main LICENSE...

And also run `restorecon` before using it.

Prereq for #2308 Likely still WIP as I don't have Jenkins credentials for a local build and need Jenkins to trigger to see if any of it works.

Related to https://tracker.ceph.com/issues/69083 I have no idea if your CI will crash & burn, but I also can't test it, so let's see what happens.

with https://github.com/ceph/ceph/commit/0f3b651fcc1736cf484ca9881ba36985ea87242d, ceph-dev-pipeline builds for ubuntu jammy switched to gcc-12 through the ubuntu toolchain ppa update scripts/build_utils.sh to use the same toolchain so that changes qa'd successfully through ceph-dev-pipeline don't...

Checking chacra isn't the right check, since this build's chacra url is not necessarily the prior successful build's chacra url (there are multiple chacra instances). Instead, check shaman to see...

`podman system prune` will sometimes fail with a message like: "image is in use by a container: consider listing external containers and force-removing image"