What is Fsource and F64 colomun.
http://repo.ros2.org/status_page/ros_galactic_default.html?q=SYNC
In this page, Fsource and F64 colomun are exists and numbers like 688 are exists under Fsource and F64 colomun. Does anyone knows the meanings of Fsource and F64 colomun and nuimbers under these colomuns.
Asked by Masaya Kataoka on 2021-08-24 21:20:27 UTC
Answers
F
== foxy
, ie: the codename of the ROS release that particular build targets.
64
== amd64
, or "64 bit", indicating which architecture it builds for.
source
== "this is a source build", which is a different way of saying it's a build which does not result in .deb
or .rpm
s, but which prepares the necessary artefacts for binary builds.
So Fsource
is a source build targeting ROS 2 Foxy.
While F64
is a binary build, ROS 2 Foxy, for 64 bit platforms and results in .deb
packages.
For more information on the different types of jobs, refer to ROS build farm based on Docker: Job types.
Asked by gvdhoorn on 2021-08-25 01:07:19 UTC
Comments
And related: #q301220 and ROS 2 documentation: ROS Build Farms.
Asked by gvdhoorn on 2021-08-25 01:21:17 UTC
Comments