From 451e3ff50b631ae0597d2223aa7be2da4222fc33 Mon Sep 17 00:00:00 2001 From: Greg Becker Date: Mon, 28 Nov 2022 10:03:49 -0800 Subject: warn about removal of deprecated format strings (#34101) * warn about removal of deprecated format strings Co-authored-by: becker33 --- share/spack/qa/configuration/windows_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/spack/qa/configuration/windows_config.yaml b/share/spack/qa/configuration/windows_config.yaml index fb90000223..85625cf49b 100644 --- a/share/spack/qa/configuration/windows_config.yaml +++ b/share/spack/qa/configuration/windows_config.yaml @@ -3,6 +3,6 @@ config: install_tree: root: $spack\opt\spack projections: - all: '${ARCHITECTURE}\${COMPILERNAME}-${COMPILERVER}\${PACKAGE}-${VERSION}-${HASH}' + all: '{architecture}\\{compiler.name}-{compiler.version}\\{name}-{version}-{hash}' build_stage: - - ~/.spack/stage \ No newline at end of file + - ~/.spack/stage -- cgit v1.2.3-70-g09d2