[llvm] [libc++][CI] Fixes documentation builder. (PR #78327)
Mark de Wever via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 16 11:00:56 PST 2024
https://github.com/mordante updated https://github.com/llvm/llvm-project/pull/78327
>From bd366fdfa7095005e209c3a0a58f6e2b85796176 Mon Sep 17 00:00:00 2001
From: Mark de Wever <koraq at xs4all.nl>
Date: Tue, 16 Jan 2024 19:55:14 +0100
Subject: [PATCH] [libc++][CI] Fixes documentation builder.
---
.github/workflows/docs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index bf559964ff97b80..5936cdc46a902d5 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -138,7 +138,7 @@ jobs:
- name: Build libcxx docs
if: steps.docs-changed-subprojects.outputs.libcxx_any_changed == 'true'
run: |
- cmake -B libcxx-build -GNinja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_RUNTIMES="libcxxabi;libcxx" -DLLVM_ENABLE_SPHINX=ON ./runtimes
+ cmake -B libcxx-build -GNinja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_RUNTIMES="libcxxabi;libcxx;libunwind" -DLLVM_ENABLE_SPHINX=ON ./runtimes
TZ=UTC ninja -C libcxx-build docs-libcxx-html
- name: Build libc docs
if: steps.docs-changed-subprojects.outputs.libc_any_changed == 'true'
More information about the llvm-commits
mailing list