This will be used to include the thread name in error reports
in a later patch. It returns a const string stored in a thread
local to avoid memory allocation when it is called repeatedly
in a single thread. The thread name should be set at the very
start of the thread execution, which is the case w
From: Marc-André Lureau
Some distros/targets may pull it by default, but some don't.
Signed-off-by: Marc-André Lureau
Reviewed-by: Daniel P. Berrangé
---
scripts/ci/setup/ubuntu/ubuntu-2204-aarch64.yaml | 1 +
scripts/ci/setup/ubuntu/ubuntu-2204-s390x.yaml| 1 +
tests/docker/dock
marcandre.lur...@redhat.com writes:
> From: Marc-André Lureau
>
> Hi,
>
> This patch series fixes a number of issues with the build system and CI and
> enable Rust for many of our jobs, getting us closer to enable Rust by default.
>
> emscripten is difficult to enable, help welcome.
Also I think