[libcxx-commits] [libcxx] [libcxx] Triggering a libc++ buildkite build to test workers (PR #166834)
Mark Danial via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 6 12:13:19 PST 2025
https://github.com/madanial0 updated https://github.com/llvm/llvm-project/pull/166834
>From 7c6415fb5c4bd4fc1f8fe377ca9c24dc96b6fc9b Mon Sep 17 00:00:00 2001
From: Mark Danial <mark.danial at ibm.com>
Date: Thu, 6 Nov 2025 14:42:40 -0500
Subject: [PATCH 1/4] Triggering a libc++ buildkite build to test workers
---
libcxx/empty_file | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 libcxx/empty_file
diff --git a/libcxx/empty_file b/libcxx/empty_file
new file mode 100644
index 0000000000000..e69de29bb2d1d
>From 57e81533f817f9eb7691bb11948ba6555c8cb994 Mon Sep 17 00:00:00 2001
From: Mark Danial <mark.danial at ibm.com>
Date: Thu, 6 Nov 2025 14:48:59 -0500
Subject: [PATCH 2/4] testing other workers
---
libcxx/empty_file1 | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 libcxx/empty_file1
diff --git a/libcxx/empty_file1 b/libcxx/empty_file1
new file mode 100644
index 0000000000000..e69de29bb2d1d
>From 08013d57e225671641ccef0dd129bf0cf5ad352a Mon Sep 17 00:00:00 2001
From: Mark Danial <mark.danial at ibm.com>
Date: Thu, 6 Nov 2025 14:52:20 -0500
Subject: [PATCH 3/4] testing other workers
---
libcxx/empty_file2 | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 libcxx/empty_file2
diff --git a/libcxx/empty_file2 b/libcxx/empty_file2
new file mode 100644
index 0000000000000..e69de29bb2d1d
>From 486cd6deeb3628e9632a668059679fdccf94b216 Mon Sep 17 00:00:00 2001
From: Mark Danial <mark.danial at ibm.com>
Date: Thu, 6 Nov 2025 15:13:03 -0500
Subject: [PATCH 4/4] testing other workers
---
libcxx/empty_file1 | 0
libcxx/empty_file2 | 0
libcxx/{empty_file => empty_file3} | 0
3 files changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 libcxx/empty_file1
delete mode 100644 libcxx/empty_file2
rename libcxx/{empty_file => empty_file3} (100%)
diff --git a/libcxx/empty_file1 b/libcxx/empty_file1
deleted file mode 100644
index e69de29bb2d1d..0000000000000
diff --git a/libcxx/empty_file2 b/libcxx/empty_file2
deleted file mode 100644
index e69de29bb2d1d..0000000000000
diff --git a/libcxx/empty_file b/libcxx/empty_file3
similarity index 100%
rename from libcxx/empty_file
rename to libcxx/empty_file3
More information about the libcxx-commits
mailing list