2 Commits

Author SHA1 Message Date
a3ea905046 Rebuild async-function-execution v1.0.0 packages for all platforms
The v1.0.0 packages were previously built before commit f83a67f
("pull request improvements") landed in the release PR. That commit
removed the `&` from `ClientInterface::sendMessage`, fixing the
signature from `std::span<const uint8_t>&` to `std::span<const uint8_t>`.
The stale packages caused downstream consumers to compile against the
wrong interface despite depending on v1.0.0.

Rebuilt for all 7 platforms from the correct v1.0.0 tag (050b114):
- x86-64: ubuntu-22.04, ubuntu-24.04, ubuntu-25.04, debian-12, fedora-41, fedora-42
- aarch64: fleet-os-3

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 14:35:06 +01:00
d5eea446f9 Rebuilt msquic v2.5.6 for Fedora 41/42 without libnuma dependency (#23)
Previous builds linked against libnuma.so.1 because java-latest-openjdk pulls in numactl-libs inside the Docker image, which msquic cmake detects and links. Rebuilt with numactl-libs explicitly removed from the Docker images so libmsquic.so only depends on libc.

Reviewed-on: #23
Co-authored-by: jiri-skuta <jiri.skuta@bringauto.com>
Co-committed-by: jiri-skuta <jiri.skuta@bringauto.com>
2026-03-11 12:02:42 +01:00
28 changed files with 34 additions and 34 deletions