From 1db07e783b257f315eaa6ae01400bc6489ade76b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20A=C3=9Fhauer?= Date: Sat, 1 Jul 2023 11:38:14 +0200 Subject: [PATCH] open-pr: support Clang MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We want to build our own smaller Clang for ARM64, teach open-pr how to update it. This update script uses the update-clang-from-msys2.sh script from https://github.com/git-for-windows/MINGW-packages/pull/75 Signed-off-by: Matthias Aßhauer --- update-scripts/version/mingw-w64-clang | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 update-scripts/version/mingw-w64-clang diff --git a/update-scripts/version/mingw-w64-clang b/update-scripts/version/mingw-w64-clang new file mode 100644 index 00000000..11957996 --- /dev/null +++ b/update-scripts/version/mingw-w64-clang @@ -0,0 +1,2 @@ +#!/bin/bash +. ./update-clang-from-msys2.sh