From 6e3534e535221554601b750e479fe2196b748953 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Mon, 11 Mar 2024 17:24:48 -0700 Subject: [PATCH] Mark corrupted `rdma-core` packages broken Some `rdma-core` packages were corrupted by `conda-build`. Mark these broken so feedstock builds or users don't pick them up accidentally. --- requests/rdma-core.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 requests/rdma-core.yml diff --git a/requests/rdma-core.yml b/requests/rdma-core.yml new file mode 100644 index 00000000..dfd316b9 --- /dev/null +++ b/requests/rdma-core.yml @@ -0,0 +1,8 @@ +action: broken +packages: +- linux-64/rdma-core-50.0-hd3aeb46_0.conda +- linux-aarch64/rdma-core-50.0-h0425590_0.conda +- linux-ppc64le/rdma-core-50.0-h8800142_0.conda +- linux-64/rdma-core-49.1-hd3aeb46_0.conda +- linux-aarch64/rdma-core-49.1-h0425590_0.conda +- linux-ppc64le/rdma-core-49.1-h8800142_0.conda