hunyadi-dev commented on pull request #837:
URL: https://github.com/apache/nifi-minifi-cpp/pull/837#issuecomment-672813430
The slow speed on the builds are probably not only due to cache misses.
Local builds (on a MacBook Pro 16", 2019) show similar clean build speeds when
not using ccache:
```bash
cd .. && rm -rf build && mkdir build && cd build && cmake -G Ninja
-DCMAKE_BUILD_TYPE=Debug -DFORCE_COLORED_OUTPUT=ON -DENABLE_LIBRDKAFKA=ON
-DENABLE_PYTHON=ON -DENABLE_COAP=ON -DSKIP_TESTS= -DUSE_SHARED_LIBS=ON
-DPORTABLE=ON -DBUILD_ROCKSDB=ON -DBUILD_IDENTIFIER= ../src && export
CCACHE_DISABLE=1 && time ninja -j4
```
1. **On this branch:**
> ninja -j4 3536.57s user 429.61s system 442% cpu 14:56.78 total
1. **Reference (main):**
> ninja -j4 2823.80s user 439.10s system 457% cpu 11:53.96 total
Please review for potential loss of build speeds. Is it worth the effort of
upgrading?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]