From d24f8c0a550a3c881c14333faa3975f5a7310be1 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Thu, 19 Dec 2024 16:55:17 +0100 Subject: [PATCH] Use async-rw-mutex development branch --- ci/docker/common.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/docker/common.yaml b/ci/docker/common.yaml index 5ef667ae3c..ebd7e68c68 100644 --- a/ci/docker/common.yaml +++ b/ci/docker/common.yaml @@ -42,6 +42,9 @@ packages: hwloc: variants: - '~libxml2' + pika: + require: + - '@git.6def6899e9641ef198e2143bd24d87ec8a2d65a8=0.31.0' git: # Force git as non-buildable to allow deprecated versions in environments # https://github.com/spack/spack/pull/30040