bluerobotics / BlueOS

The open source platform for ROV, USV, robotic system operation, development, and expansion.
https://blueos.cloud/docs/
Other
150 stars 73 forks source link

tools: mavlink-router: use glibc for mavlink-router on amd64 #2720

Closed Williangalvani closed 2 months ago

Williangalvani commented 3 months ago

musl builds are broken in mavlink-router (they are not static and try to link against something that does not exist) image ready, needs testing (on amd64)

patrickelectric commented 2 months ago

Is there a reason for such thing ?

Williangalvani commented 2 months ago

Is there a reason for such thing ?

yes, musl builds of mavlink-router are broken on amd64

patrickelectric commented 2 months ago

Is there a reason for such thing ?

yes, musl builds of mavlink-router are broken on amd64

And that is a nice information to have in the PR/commit body :laughing:

Williangalvani commented 2 months ago

Is there a reason for such thing ?

yes, musl builds of mavlink-router are broken on amd64

And that is a nice information to have in the PR/commit body 😆

true. weirdly enough I can't even find mentions of the issue on my chats. it is like it never existed. except I know it did. updated the pr description meanwhile

patrickelectric commented 2 months ago

The weird thing is that I've been running blueos compose on my system for a while, and it's the first time that I'm seeing such a thing.

Em qui., 11 de jul. de 2024 às 10:30, Willian Galvani < @.***> escreveu:

Is there a reason for such thing ?

yes, musl builds of mavlink-router are broken on amd64

And that is a nice information to have in the PR/commit body 😆

true. weirdly enough I can't even find mentions of the issue on my chats. it is like it never existed. except I know it did. updated the pr description meanwhile

— Reply to this email directly, view it on GitHub https://github.com/bluerobotics/BlueOS/pull/2720#issuecomment-2222948593, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJIYCPQFPQHFP5GRIDYXPDZL2CHVAVCNFSM6AAAAABJUWO76KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRSHE2DQNJZGM . You are receiving this because you commented.Message ID: @.***>

-- Patrick José Pereira Electronics Engineer

Williangalvani commented 2 months ago

image

patrickelectric commented 2 months ago

That's indeed really weird.