Skip to content

Commit

Permalink
f.llvm_srcdir ?
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdesaulniers committed Dec 17, 2024
1 parent 8184e7f commit 9f4b552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zorg/buildbot/builders/SphinxDocsBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def getSphinxRuntimesDocsBuildFactory(
f.addStep(ShellCommand(
name="Install pip dependencies",
command=['pip install -r llvm/docs/requirements.txt'],
workdir=llvm_srcdir,
workdir=f.llvm_srcdir,
))

UnifiedTreeBuilder.addCmakeSteps(
Expand Down

0 comments on commit 9f4b552

Please sign in to comment.