awesomebytes / ros_overlay_on_gentoo_prefix

ros-overlay built on Gentoo Prefix ready to use
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Automate using latest release of gentoo_prefix_ci #1

Open awesomebytes opened 5 years ago

awesomebytes commented 5 years ago

Here: https://github.com/awesomebytes/ros_overlay_on_gentoo_prefix/blob/master/ros_base/Dockerfile#L40

awesomebytes commented 4 years ago

@Xia0ben I felt like procrastinating a bit and already made a one liner to be able to download the latest release of Gentoo Prefix to use as base image for this repo (and the 32b one).

You can find it in this commit: https://github.com/awesomebytes/ros_overlay_on_gentoo_prefix/commit/bfd34f1da501f54268e1478ffb961ece4ce41aa6 Just some curl + grep + cut magic :)

awesomebytes commented 4 years ago

@Xia0ben I've updated the repo (and the 32b repo too https://github.com/awesomebytes/ros_overlay_on_gentoo_prefix_32b/) with pulling the latest release, and also applying a few patches to actually build ros_base and maybe desktop too.