Skip to content

Commit

Permalink
use llvm_srcdir
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdesaulniers committed Dec 17, 2024
1 parent 8641d67 commit 8184e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zorg/buildbot/builders/SphinxDocsBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ def getSphinxRuntimesDocsBuildFactory(

f.addStep(ShellCommand(
name="Install pip dependencies",
command=['pip install -r llvm-project/llvm/docs/requirements.txt'],
workdir=f.obj_dir,
command=['pip install -r llvm/docs/requirements.txt'],
workdir=llvm_srcdir,
))

UnifiedTreeBuilder.addCmakeSteps(
Expand Down

0 comments on commit 8184e7f

Please sign in to comment.