failed attributes
| status |
attribute |
duration |
| failed |
aarch64-darwin.treefmt
|
2s |
treefmt-check:
# tribuchet-sandboxd is Linux-only (user namespaces, cgroups)
- cargoExtraArgs = lib.optionalString (
- !stdenv.isLinux
- ) "--wo …
treefmt-check:
# tribuchet-sandboxd is Linux-only (user namespaces, cgroups)
- cargoExtraArgs = lib.optionalString (
- !stdenv.isLinux
- ) "--workspace --exclude tribuchet-sandboxd";
+ cargoExtraArgs = lib.optionalString (!stdenv.isLinux) "--workspace --exclude tribuchet-sandboxd";
};
cargoArtifacts = craneLib.buildDepsOnly commonArgs;
|
| failed |
aarch64-linux.treefmt
|
0s |
treefmt-check:
PROTOC = "${protobuf}/bin/protoc";
# tribuchet-sandboxd is Linux-only (user namespaces, cgroups)
- cargoExtraArgs = lib.optionalStri …
treefmt-check:
PROTOC = "${protobuf}/bin/protoc";
# tribuchet-sandboxd is Linux-only (user namespaces, cgroups)
- cargoExtraArgs = lib.optionalString (
- !stdenv.isLinux
- ) "--workspace --exclude tribuchet-sandboxd";
+ cargoExtraArgs = lib.optionalString (!stdenv.isLinux) "--workspace --exclude tribuchet-sandboxd";
};
cargoArtifacts = craneLib.buildDepsOnly commonArgs;
|
| failed |
x86_64-linux.treefmt
|
0s |
treefmt-check:
PROTOC = "${protobuf}/bin/protoc";
# tribuchet-sandboxd is Linux-only (user namespaces, cgroups)
- cargoExtraArgs = lib.optionalStri …
treefmt-check:
PROTOC = "${protobuf}/bin/protoc";
# tribuchet-sandboxd is Linux-only (user namespaces, cgroups)
- cargoExtraArgs = lib.optionalString (
- !stdenv.isLinux
- ) "--workspace --exclude tribuchet-sandboxd";
+ cargoExtraArgs = lib.optionalString (!stdenv.isLinux) "--workspace --exclude tribuchet-sandboxd";
};
cargoArtifacts = craneLib.buildDepsOnly commonArgs;
|