Emyr James
Emyr James
I started using libcircle again. When I used this in June 2021 I would get messages like this in the log during a run... 1624401087:0:libcircle/token.c:207:Objects processed: 76456492 ... 1624401099:0:libcircle/token.c:207:Objects processed:...
It keeps saying... ``` TASK [network : Configure networking connection profiles] ********************** changed: [hostname] ``` ...every time I run the playbook but nothing has changed. This is the network role...
I am trying to build version 2.31 using GCC 13.2. This is to take advantage of -march=zen4. Only GCC 13+ supports the extra instructions provided by the AMD zen4 microarchitecture...
Adding cstdint header since this will not compile in gcc13+ without it