-
Notifications
You must be signed in to change notification settings - Fork 684
Closed
Labels
bugUndesired behaviourUndesired behaviourenhancementAn improvementAn improvementinfrastructureRelated to GH Actions or the tested targetsRelated to GH Actions or the tested targetsminor
Milestone
Description
There is one minor issue leftover: If we cross-compile to x86_64 then it is possible that the line
find_program(CMAKE_STRIP NAMES x86_64-linux-gnu-strip x86_64-unknown-linux-gnu-strip strip)
in the build/configs/toolchain_linux_x86_64.cmake file would make the
CMAKE_STRIP
to use the
defaultstrip
binary, which could be incorrect for the given target, as the strip would be for the host.
Metadata
Metadata
Assignees
Labels
bugUndesired behaviourUndesired behaviourenhancementAn improvementAn improvementinfrastructureRelated to GH Actions or the tested targetsRelated to GH Actions or the tested targetsminor