libs icon indicating copy to clipboard operation
libs copied to clipboard

Use same version in all cmake_minimum_required() statements

Open federico-sysdig opened this issue 3 years ago • 5 comments
trafficstars

What type of PR is this?

/kind cleanup /release-note-none

Any specific area of the project related to this PR?

/area build

What this PR does / why we need it:

The project libs declares in several CMake files the required version of CMake.

cmake_minimum_required(VERSION 3.5.1)

The values for the version are all different (2.8.2, 2.8.5, 3.5.1). The change aims at making the older ones uniform to the latest of the three, 3.5.1. This should also avoid some warnings that come up with newer versions of CMake. Moreover this version is the one already used in project falco (https://github.com/falcosecurity/falco.git).

Does this PR introduce a user-facing change?:

NONE

federico-sysdig avatar Sep 26 '22 22:09 federico-sysdig

@federico-sysdig: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

poiana avatar Sep 26 '22 22:09 poiana

Welcome @federico-sysdig! It looks like this is your first PR to falcosecurity/libs 🎉

poiana avatar Sep 26 '22 22:09 poiana

/milestone 0.10.0

FedeDP avatar Sep 27 '22 08:09 FedeDP

The problem with these changes is that bumping the CMake version in some files the behavior of the CMake code changes and as you can see the tests are failing :(

Andreagit97 avatar Oct 13 '22 07:10 Andreagit97

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: federico-sysdig Once this PR has been reviewed and has the lgtm label, please assign fededp for approval by writing /assign @fededp in a comment. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

poiana avatar Nov 03 '22 17:11 poiana

Thanks for your pull request. Before we can look at it, you'll need to add a 'DCO signoff' to your commits.

:memo: Please follow instructions in the contributing guide to update your commits with the DCO

Full details of the Developer Certificate of Origin can be found at developercertificate.org.

The list of commits missing DCO signoff:

  • 4688e87 Merge branch 'master' into cmake-version
  • dd29a56 Merge branch 'master' into cmake-version

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

poiana avatar Nov 03 '22 17:11 poiana

@federico-sysdig: Adding label do-not-merge/contains-merge-commits because PR contains merge commits, which are not allowed in this repository. Use git rebase to reapply your commits on top of the target branch. Detailed instructions for doing so can be found here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

poiana avatar Nov 03 '22 17:11 poiana

/milestone 0.11.0

FedeDP avatar Dec 01 '22 09:12 FedeDP

Issues go stale after 90d of inactivity.

Mark the issue as fresh with /remove-lifecycle stale.

Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Provide feedback via https://github.com/falcosecurity/community.

/lifecycle stale

poiana avatar Mar 01 '23 15:03 poiana

/remove-lifecycle stale

jasondellaluce avatar Mar 06 '23 10:03 jasondellaluce

/milestone 0.12.0

FedeDP avatar Apr 27 '23 09:04 FedeDP

Kindly checking in on the status, thank you!

incertum avatar Jun 27 '23 16:06 incertum

This has already been implemented in another PR.

federico-sysdig avatar Jun 28 '23 08:06 federico-sysdig