Skip to content

ceph: fix CMake 4.0 builds#451118

Merged
vcunat merged 2 commits into
NixOS:masterfrom
nazarewk-iac:fix/ceph-build
Oct 18, 2025
Merged

ceph: fix CMake 4.0 builds#451118
vcunat merged 2 commits into
NixOS:masterfrom
nazarewk-iac:fix/ceph-build

ceph: update `cpp_redis` with CMake 4 support

ebb38a0
Select commit
Loading
Failed to load commit list.
OfBorg / ceph, ceph.passthru.tests on aarch64-darwin succeeded Oct 25, 2025 in 0s

Success

Attempted: ceph.passthru.tests

The following builds were skipped because they don't evaluate on aarch64-darwin: ceph

Details

Partial log

                then pass `--impure` in order to allow use of environment variables.

       b) For `nixos-rebuild` you can set
         { nixpkgs.config.allowUnsupportedSystem = true; }
       in configuration.nix to override this.

       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
         { allowUnsupportedSystem = true; }
       to ~/.config/nixpkgs/config.nix.