gazebo-tooling / release-tools

8 stars 9 forks source link

OSRFSourceCreation needs to install gz-cmake to generate sources #1033

Closed j-rivero closed 12 months ago

j-rivero commented 12 months ago

The source generation jobs needs to use a given Ubuntu distribution since the make package_source coming from gz-cmake needs, indeed, to have gz-cmake installed b2e821565418cdef7162972a261d724a30d6b2e4. Not detected until now since the test case was gz-cmake which does not need a gz-cmake to be in place. Obviously. Changed to plugin in: 6866030dd31743c9ea84e8594ce7454d254bd1e0.

The installation of all gz-cmake available in the platform needs that plaform values reach the gz-source job from release.py. Done in 01cceab09ea52f1246e72f38567a3b3e188d38a1.

Not related but also in the PR a small change for OSRFReleasePy to use the new release.py script: 24cfea2feb72b5b873088758b38769affe3242ad