[PATCH] D110976: docs: Document workaround for arcanist failures
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 13 20:26:05 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG509fe20fbca7: docs: Document workaround for arcanist failures (authored by tstellar, committed by mehdi_amini).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110976/new/
https://reviews.llvm.org/D110976
Files:
llvm/docs/GettingStarted.rst
Index: llvm/docs/GettingStarted.rst
===================================================================
--- llvm/docs/GettingStarted.rst
+++ llvm/docs/GettingStarted.rst
@@ -467,8 +467,16 @@
can start `a Phabricator review <Phabricator.html>`_ (or use ``git show`` or
``git format-patch`` to output the diff, and attach it to an email message).
-However, using the "Arcanist" tool is often easier. After `installing
-arcanist`_, you can upload the latest commit using:
+However, using the "Arcanist" tool is often easier. After `installing arcanist`_, you
+will also need to apply a fix to your arcanist repo in order to submit a patch:
+
+.. code-block:: console
+
+ % cd arcanist
+ % git fetch https://github.com/rashkov/arcanist update_cacerts
+ % git cherry-pick e3659d43d8911e91739f3b0c5935598bceb859aa
+
+Once this is all done, you can upload the latest commit using:
.. code-block:: console
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110976.379599.patch
Type: text/x-patch
Size: 910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211014/97e5a704/attachment.bin>
More information about the llvm-commits
mailing list