David Tulloh
David Tulloh
thanks ziggi, the patches fixed the compilation errors I was getting
Clang tests failing, looks like this error https://github.com/travis-ci/travis-ci/issues/8613
The two test files reported as incorrectly parsed are due to the presence of null characters. Not supporting these seems to be a deliberate decision, presumably as doing otherwise would...
The Debian maintainer fixed it in volk 2.5.2-2. Ubuntu Jammy (22.04) ships 2.5.1-1 which is broken. Ubuntu Lunar (23.04) ships 2.5.2-3, which is probably fixed (I haven't confirmed).
Thanks, I'll pull us forward and see if it reoccurs. Scanning the release notes I saw "Fixed a race condition when --parallel is used with a large number of dependent...
Thanks @zhan9san working with ansible_compat-4.1.9
I want this feature but I feel that all the discussion here is looking in the wrong direction. This should be a code optimisation without requiring significant configuration changes. I...
Kubic no longer supports builds for Ubuntu 20.04, or anything older. The old files are no longer available either. I've created an MR to remove the references to that repository....
Thanks @felixfontein @samccann and @gotmax23 I incorporated the suggestions and resynced it against the current devel.
A way forward on this is to use the ansible_connection option in the platform connection_options to special case portions of the create process. This is what driver.py uses to differentiate...