[ 
https://issues.apache.org/jira/browse/CASSANDRA-13915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16190665#comment-16190665
 ] 

Jon Haddad commented on CASSANDRA-13915:
----------------------------------------

I'm not wild about always running {{ant realclean}} between builds of docs.  
Most of the time it's unnecessary and makes the previous process takes quite a 
bit longer, which will be kind of a pain if you want to make a lot of edits as 
I like to.  If someone wants to {{realclean}}, then can do it explicitly, but I 
think it should be removed from this process.

Some numbers on my mac laptop:

Building the docker image:  

{code}
docker-compose build build-docs  0.89s user 0.37s system 1% cpu 1:46.89 total
{code}

Building the docs w/ realclean:

{code}
docker-compose run build-docs  0.69s user 0.16s system 4% cpu 18.090 total
{code}

Building without realclean:
{code}
docker-compose run build-docs  0.67s user 0.15s system 12% cpu 6.625 total
{code}

[~jasobrown] what do you think?

> Create a Docker container to build the docs
> -------------------------------------------
>
>                 Key: CASSANDRA-13915
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13915
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Joaquin Casares
>            Assignee: Joaquin Casares
>
> As requested by [~rustyrazorblade], I will be adding a Docker container to 
> build the docs without any prereqs (other than Docker).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to