Rebuild async-function-execution v1.0.0 packages for all platforms #24

Merged
jiri.skuta merged 1 commits from async-function-execution-v1.0.0-rebuild into master 2026-03-18 14:35:50 +01:00
Member

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
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
jiri.skuta added 1 commit 2026-03-18 14:34:41 +01:00
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>
jiri.skuta force-pushed async-function-execution-v1.0.0-rebuild from aeafa6232e to a3ea905046 2026-03-18 14:35:09 +01:00 Compare
jiri.skuta merged commit a3ea905046 into master 2026-03-18 14:35:50 +01:00
jiri.skuta deleted branch async-function-execution-v1.0.0-rebuild 2026-03-18 14:35:50 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: fleet-protocol/package-repository#24