Skip to content

Conversation

@mordante
Copy link
Member

@mordante mordante commented Jan 16, 2024

The documentation CI no longer builds. This is likely introduced by
8f90e69. This fixes the issue.

@mordante mordante marked this pull request as ready for review January 16, 2024 19:02
@mordante mordante merged commit 7e909d5 into llvm:main Jan 16, 2024
@mordante mordante deleted the fix_doc_ci branch January 16, 2024 19:02
@llvmbot
Copy link
Member

llvmbot commented Jan 16, 2024

@llvm/pr-subscribers-github-workflow

Author: Mark de Wever (mordante)

Changes

The documentation CI no longer builds. This is likely introduced by
8f90e69. This fixes the issue.


Full diff: https://github.com/llvm/llvm-project/pull/78327.diff

1 Files Affected:

  • (modified) .github/workflows/docs.yml (+1-1)
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' 
justinfargnoli pushed a commit to justinfargnoli/llvm-project that referenced this pull request Jan 28, 2024
The documentation CI no longer builds. This is likely introduced by 8f90e69. This fixes the issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants