Skip to content

Commit

Permalink
Don't run cmake sanity checks in certain cases
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Dec 16, 2024
1 parent 535df30 commit 53ea139
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,8 @@ def sanity_checks(args, repo_dir):
if not NIGHTLY:
sanity_package_version(repo_dir, args.version, str(args.release_version))
sanity_check_sdformat_versions(args.package, args.version)
sanity_cmake_version(args.version)
if not (args.bump_rev_linux_only or args.source_repo_uri):
sanity_cmake_version(args.version)
sanity_project_package_in_stable(args.version, args.upload_to_repository)

check_credentials(args.auth_input_arg)
Expand Down

0 comments on commit 53ea139

Please sign in to comment.