From ca86e1557ef23539b7ef238178796100e67f1444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fahller?= Date: Tue, 2 Jul 2024 17:49:33 +0200 Subject: [PATCH] Revert "Add fmt version 11" This reverts commit be5226d7fdd3d4f62dea52f90ea90a7b8d4902da. --- README.md | 1 - common/install-fmt.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e7d107..f5d3ad4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ All images contain: * fmt-8.1.1 * fmt-9.1.0 * fmt-10.2.1 -* fmt-11.0.0 * benchmark-v1.8.3 The installed libraries are located under diff --git a/common/install-fmt.sh b/common/install-fmt.sh index 173ed7e..5909bdb 100755 --- a/common/install-fmt.sh +++ b/common/install-fmt.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -eou pipefail -VERSIONS="11.0.0 10.2.1 9.1.0 8.1.1" +VERSIONS="10.2.1 9.1.0 8.1.1" readonly CXX=$1 readonly CXX_STANDARDS="$2"