Skip to content

Commit

Permalink
chore(ci,cmake): bump libs to latest master.
Browse files Browse the repository at this point in the history
Also, make use of install-zig action provided by libs.

Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Sep 23, 2024
1 parent 7d5032c commit 850a25e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 44 deletions.
41 changes: 0 additions & 41 deletions .github/actions/install-zig/action.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/reusable_build_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Install zig
if: inputs.sanitizers == false
uses: ./.github/actions/install-zig
uses: falcosecurity/libs/.github/actions/install-zig@master

- name: Prepare project
run: |
Expand Down
4 changes: 2 additions & 2 deletions cmake/modules/falcosecurity-libs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ else()
# In case you want to test against another falcosecurity/libs version (or branch, or commit) just pass the variable -
# ie., `cmake -DFALCOSECURITY_LIBS_VERSION=dev ..`
if(NOT FALCOSECURITY_LIBS_VERSION)
set(FALCOSECURITY_LIBS_VERSION "e7bbd50cd04d83e088be675f10e638de732388da")
#set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=aedc4120d335ee2ebf7f3c2e6346fc985ca09a49d14ff7c6249a033e47d160bf")
set(FALCOSECURITY_LIBS_VERSION "f994d959fef0f2392783e6c01e4a9b79db231333")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=52ca5022f6910e1937b6fdf700080aa512155b5d1de49ccf996556bb0bf8accc")
endif()

# cd /path/to/build && cmake /path/to/source
Expand Down

0 comments on commit 850a25e

Please sign in to comment.