gtristan commented on code in PR #25:
URL: https://github.com/apache/buildstream-plugins/pull/25#discussion_r943769204
##########
src/buildstream_plugins/elements/autotools.py:
##########
@@ -51,6 +51,14 @@
conf-global: |
--disable-gtk-doc --disable-static
+By default build-dir is not used. To improve probability build does not
+tamper with sources, you can set build-dir like
+
+.. code:: yaml
+
+ variables:
+ build-dir: bst_build-dir
Review Comment:
Nit: this is a strange suggestion with mixed `-` and `_`
perhaps `_build` ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]