6 Commits

Author SHA1 Message Date
jiri.skuta 9c0c1ff448 Rebuild fleet-protocol-cpp + chain against fpi v2.1.0 (4 platforms) (#33)
Rebuilds **fleet-protocol-cpp v1.2.0** against **fleet-protocol-interface v2.1.0** on all four target platforms (fleet-os-3, ubuntu24.04, fedora44, debian12), via `build-package --build-deps` (keep-everything), so each chain dep (aeron, async-function-execution, fleet-protocol-interface, zlib, protobuf) is rebuilt and committed alongside.

These are the **direct fpi downstreams** and are consistent with fpi v2.1.0.

**Not included** (separate follow-up): the apps (io-module, mission-module, module-gateway, transparent-module) and fleet-protocol-internal-client cannot be rebuilt from their currently-pinned context tags — those tags predate the dep bumps (e.g. io-module v1.3.4 wants nlohmann-json v3.10.5; mission-module v1.3.2 wants fpi v2.0.0). They need new release tags pinning current deps before they can be rebuilt. teleop-module additionally needs GitLab credentials in the build container.

Reviewed-on: #33
Co-authored-by: jiri-skuta <jiri.skuta@bringauto.com>
Co-committed-by: jiri-skuta <jiri.skuta@bringauto.com>
2026-06-10 15:36:40 +02:00
josef.melkus a77767102a Add fedora44, increment versions of not working pacakges (#26)
Reviewed-on: #26
2026-05-12 16:34:59 +02:00
jiri.skuta 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
jiri.skuta ccc8cc2b84 fleet-protocol-cpp-v1.2.0 (#21) 2026-02-25 15:40:20 +01:00
mario.ivancik 09ab750fe8 Build package libasync-function-execution-dev_v0.1.0_x86-64-ubuntu-24.04 2025-09-24 14:24:51 +02:00
mario.ivancik 85ecc02c83 Build package libasync-function-executiond-dev_v0.1.0_x86-64-ubuntu-24.04 2025-09-24 14:24:46 +02:00