maliput / maliput_infrastructure

Driving simulation repository for workspace .repo indexes, Makefiles, etc.
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Enables foxy builds. #221

Closed agalbachicar closed 3 years ago

agalbachicar commented 3 years ago

The gcc workflow adds a matrix with dashing and foxy builds in bionic and focal respectively. The tarball pushed to AWS S3 is named with the os name to differentiate one from the other.

Part of #196

agalbachicar commented 3 years ago

Interestingly, it fails in CI but not in the docker.

francocipollone commented 3 years ago

The problem in CI is that the ROS_DISTRO env variable isn't set correctly

agalbachicar commented 3 years ago

I will definitely squash commits before merging