Rebuild async-function-execution v1.0.0 packages for all platforms #24
Reference in New Issue
Block a user
Delete Branch "async-function-execution-v1.0.0-rebuild"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The v1.0.0 packages were previously built before commit f83a67f
("pull request improvements") landed in the release PR. That commit
removed the
&fromClientInterface::sendMessage, fixing thesignature from
std::span<const uint8_t>&tostd::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):
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>aeafa6232etoa3ea905046