[libcxx-commits] [llvm] [libcxx] [libc++] Use GitHub-provided runners for the windows CI (PR #79326)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 24 08:51:31 PST 2024
https://github.com/philnik777 updated https://github.com/llvm/llvm-project/pull/79326
>From cb4387486a5243ecc20f35ef3c110782ef82344d Mon Sep 17 00:00:00 2001
From: Nikolas Klauser <nikolasklauser at berlin.de>
Date: Wed, 24 Jan 2024 17:42:53 +0100
Subject: [PATCH] [libc++] Use GitHub-provided runners for the windows CI
---
.github/workflows/libcxx-build-and-test.yaml | 8 ++++++++
libcxx/trigger | 0
2 files changed, 8 insertions(+)
create mode 100644 libcxx/trigger
diff --git a/.github/workflows/libcxx-build-and-test.yaml b/.github/workflows/libcxx-build-and-test.yaml
index 5727b956dc6dd2..eede22b28b500f 100644
--- a/.github/workflows/libcxx-build-and-test.yaml
+++ b/.github/workflows/libcxx-build-and-test.yaml
@@ -199,3 +199,11 @@ jobs:
**/CMakeError.log
**/CMakeOutput.log
**/crash_diagnostics/*
+ windows:
+ runs-on: windows-2019
+ steps:
+ - uses: actions/checkout at v4
+ - name: Install dependencies
+ run: choco install -y ninja
+ - name: clang-cl (DLL)
+ run: bash libcxx/utils/ci/run-buildbot clang-cl-dll
diff --git a/libcxx/trigger b/libcxx/trigger
new file mode 100644
index 00000000000000..e69de29bb2d1d6
More information about the libcxx-commits
mailing list