Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump to latest libs commit #3137

Merged
merged 3 commits into from
Mar 12, 2024

Conversation

Andreagit97
Copy link
Member

What type of PR is this?

/kind feature

Any specific area of the project related to this PR?

Uncomment one (or more) /area <> lines:

/area build

What this PR does / why we need it:

This PR bumps Falco with the latest libs

Which issue(s) this PR fixes:

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

NONE

@Andreagit97 Andreagit97 force-pushed the bump_falco_latest_libs branch from 1f4ef40 to d84795c Compare March 11, 2024 13:06
@poiana poiana added size/S and removed size/XS labels Mar 11, 2024
@Andreagit97 Andreagit97 force-pushed the bump_falco_latest_libs branch 2 times, most recently from c6c5910 to 30c9450 Compare March 11, 2024 13:30
@Andreagit97 Andreagit97 force-pushed the bump_falco_latest_libs branch from 30c9450 to ae34190 Compare March 11, 2024 13:48
@Andreagit97
Copy link
Member Author

This diff can fix the CI, but I would prefer to fix in other ways if possible, for example bumping the ubuntu version in the CI job, let's see...

@@ -17,8 +17,8 @@ option(USE_BUNDLED_CPPHTTPLIB "Enable building of the bundled cpp-httplib" ${USE
 if(USE_BUNDLED_CPPHTTPLIB)
     include(FetchContent)
     FetchContent_Declare(cpp-httplib
-        URL https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.15.3.tar.gz
-        URL_HASH SHA256=2121bbf38871bb2aafb5f7f2b9b94705366170909f434428352187cb0216124e
+        URL https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.13.1.tar.gz
+        URL_HASH SHA256=9b837d290b61e3f0c4239da0b23bbf14c382922e2bf2a9bac21c1e3feabe1ff9
     )
     FetchContent_MakeAvailable(cpp-httplib)
 else()

@Andreagit97
Copy link
Member Author

ok bumping the job to Ubuntu 22.04 fixed it!

Copy link
Contributor

@FedeDP FedeDP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

@poiana
Copy link
Contributor

poiana commented Mar 12, 2024

LGTM label has been added.

Git tree hash: 6370a70e13ddee9c342913a9a13199781977fad9

@poiana
Copy link
Contributor

poiana commented Mar 12, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Andreagit97, FedeDP, LucaGuerra

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

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [Andreagit97,FedeDP,LucaGuerra]

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

@poiana poiana merged commit 3395e60 into falcosecurity:master Mar 12, 2024
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants