Rotary collection: gz-cmake, gz-utils#3287
Conversation
fdac2cc to
b571ff9
Compare
|
I will retarget this at #3342 and create the |
b571ff9 to
4e699a9
Compare
Adds gz-scaffold-cmake, gz-scaffold-utils that install from main branch and conflict with jetty versions. Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
4e699a9 to
67bdc22
Compare
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
|
The ubuntu packages use just the package name without the version number, but here we're using the |
sure, let's try it |
68d88f9 to
95e1fd4
Compare
after discussion, we decided to revert this to prevent user confusion with unversioned formulae that are actually unstable |
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
|
opened a draft PR for updating our CI scripts to install with would also need to update macos github workflow scripts in each repo that has one |
PR is ready for review: |
Prototype of
gz-rotary-*formulae, inspired by the Rotary release repos proposal in gazebo-tooling/release-tools#1446. The goal of this prototype is to show howgz-rotary-*formulae could be added that would always build against each other from themainbranch and would require minimal changes when creating stable branches or releases. As such, I propose that all formula names are all prefixed withgz-rotary-(evengz-rotary-sdformat). This PR implementsgz-rotary-cmakeandgz-rotary-utilsthat install from main branch and conflict with jetty versions.gz-rotary-*formulae, similiar to thegz-jetty-*conflicts in this prototype.gz-rotary-*formulae.versiontag, this prototype uses only theheadspecification, which requires installing with--HEAD(see brew CI: install with --HEAD if necessary gazebo-tooling/release-tools#1451). The alternative is to useurlinstead ofheadand explicitly specify theversiontag (like here).