[llvm-branch-commits] [llvm] Test building release binaries. (PR #211271)

Douglas Yung via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Jul 22 07:17:20 PDT 2026


https://github.com/dyung created https://github.com/llvm/llvm-project/pull/211271

Not for submission.

>From 39d2fefaf44b985c3d8c737f594bba9f0b252fe8 Mon Sep 17 00:00:00 2001
From: Douglas Yung <dyung+github at fastmail.fm>
Date: Wed, 22 Jul 2026 10:15:18 -0400
Subject: [PATCH] Test changes to test building release binaries.

---
 .github/workflows/release-binaries-all.yml  | 2 +-
 .github/workflows/release-documentation.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/release-binaries-all.yml b/.github/workflows/release-binaries-all.yml
index 862300a8118e5..cf4ab956719fc 100644
--- a/.github/workflows/release-binaries-all.yml
+++ b/.github/workflows/release-binaries-all.yml
@@ -95,7 +95,7 @@ jobs:
           echo "upload=$upload" >> "$GITHUB_OUTPUT"
 
   release-binaries-all:
-    name: Build Release Binaries
+    name: Build Release Binaries testing
     needs:
       - setup-variables
     permissions:
diff --git a/.github/workflows/release-documentation.yml b/.github/workflows/release-documentation.yml
index b187ce4f2e738..a0b665a7e2742 100644
--- a/.github/workflows/release-documentation.yml
+++ b/.github/workflows/release-documentation.yml
@@ -128,7 +128,7 @@ jobs:
               texlive-font-utils
           pip3 install --require-hashes --user -r ./llvm/docs/requirements.txt
 
-      - name: Build Documentation
+      - name: Build Documentation Test
         env:
           GITHUB_TOKEN: ${{ github.token }}
           INPUTS_RELEASE_VERSION: ${{ inputs.release-version }}



More information about the llvm-branch-commits mailing list