-
Notifications
You must be signed in to change notification settings - Fork 912
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
chore: bump to latest libs commit #3137
Conversation
Signed-off-by: Andrea Terzolo <[email protected]>
Signed-off-by: Andrea Terzolo <[email protected]>
1f4ef40
to
d84795c
Compare
c6c5910
to
30c9450
Compare
Signed-off-by: Andrea Terzolo <[email protected]>
30c9450
to
ae34190
Compare
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() |
ok bumping the job to Ubuntu 22.04 fixed it! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
LGTM label has been added. Git tree hash: 6370a70e13ddee9c342913a9a13199781977fad9
|
[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:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
Any specific area of the project related to this PR?
/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?: