From 432ffeabf5b2b0d8fe0e07898e4c591218da745a Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Fri, 10 Jan 2025 07:59:05 +0900 Subject: [PATCH] Fix typo --- dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist.sh b/dist.sh index c39def560f..13db1fac72 100755 --- a/dist.sh +++ b/dist.sh @@ -139,7 +139,7 @@ RUN mkdir /build && \ EOF ;; aarch64 | arm | ppc64le | s390x) - # Debian 10 (Bullseye) released in July 2019 + # Debian 11 (Bullseye) released in August 2021 # # We don't want to build Clang for these targets with Qemu becuase # that'd take extremely long time. Also I believe old build machines