[llvm] [DRAFT][libc++] Tests CMake 3.28. (PR #73358)

Mark de Wever via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 24 11:17:37 PST 2023


https://github.com/mordante created https://github.com/llvm/llvm-project/pull/73358

None

>From a816c095d9bd1d17564591b8d7cc4bdc79a19b30 Mon Sep 17 00:00:00 2001
From: Mark de Wever <koraq at xs4all.nl>
Date: Fri, 24 Nov 2023 20:16:02 +0100
Subject: [PATCH] [DRAFT][libc++] Tests CMake 3.28.

---
 .github/workflows/libcxx-build-and-test.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/libcxx-build-and-test.yaml b/.github/workflows/libcxx-build-and-test.yaml
index dccfe54d4646767..334e603a1e350c0 100644
--- a/.github/workflows/libcxx-build-and-test.yaml
+++ b/.github/workflows/libcxx-build-and-test.yaml
@@ -29,7 +29,7 @@ concurrency:
 
 
 env:
-  CMAKE: "/opt/bin/cmake"
+  CMAKE: "/opt/cmake-3.28/bin/cmake"
   # LLVM POST-BRANCH bump version
   # LLVM POST-BRANCH add compiler test for ToT - 1, e.g. "Clang 17"
   # LLVM RELEASE bump remove compiler ToT - 3, e.g. "Clang 15"



More information about the llvm-commits mailing list