From 8721f181bcd3fb2ae6d4bf886b3bccceac220bd4 Mon Sep 17 00:00:00 2001 From: JaySon-Huang Date: Thu, 15 Aug 2024 11:48:45 +0800 Subject: [PATCH 1/2] Update macos build env --- README.md | 2 +- release-darwin/README.md | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 release-darwin/README.md diff --git a/README.md b/README.md index 3cec0d99300..4ac150a0a35 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ xcode-select --install brew install ninja cmake openssl@1.1 ccache ``` -If your MacOS is higher or equal to 13.0, it should work out of the box because by default Apple clang is 14.0.0. But if your MacOS is lower than 13.0, you should install llvm clang manually. +If your MacOS is higher or equal to 13.0 (Ventura), it should work out of the box because by default Xcode 14.3 provide Apple clang 14.0.0. But if your MacOS is lower than 13.0, you should install llvm clang manually. ```shell brew install llvm@17 diff --git a/release-darwin/README.md b/release-darwin/README.md deleted file mode 100644 index 08a43b9ae6d..00000000000 --- a/release-darwin/README.md +++ /dev/null @@ -1,14 +0,0 @@ -The executable files are located in `tiflash` dir. - -# Deploy Enviroument Requirements - -Following OS are tested OK - -* MacOS Catalina 10.15.5+ - -**NOTE** XCode version should be at least XCode 11 - -Your system needs to install - -* python 3.7 -* openssl 1.1 From 081f7323283f9be05bc5bef278dd66ffacfb394f Mon Sep 17 00:00:00 2001 From: JaySon-Huang Date: Thu, 15 Aug 2024 13:12:37 +0800 Subject: [PATCH 2/2] Ref to /README.md --- README.md | 2 +- release-darwin/README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 release-darwin/README.md diff --git a/README.md b/README.md index 4ac150a0a35..6587d762269 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ xcode-select --install brew install ninja cmake openssl@1.1 ccache ``` -If your MacOS is higher or equal to 13.0 (Ventura), it should work out of the box because by default Xcode 14.3 provide Apple clang 14.0.0. But if your MacOS is lower than 13.0, you should install llvm clang manually. +If your MacOS is higher or equal to 13.0 (Ventura), it should work out of the box because by default Xcode 14.3 provides Apple clang 14.0.0. But if your MacOS is lower than 13.0, you should install llvm clang manually. ```shell brew install llvm@17 diff --git a/release-darwin/README.md b/release-darwin/README.md new file mode 100644 index 00000000000..5641d0c257f --- /dev/null +++ b/release-darwin/README.md @@ -0,0 +1,5 @@ +The executable files are located in `tiflash` dir. + +# Enviroument Requirements + +Check the MacOS part of [Prepare Prerequisites](/README.md#1-prepare-prerequisites)