mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-14 22:12:11 +00:00
fix(ci): try to fix Falco version.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
committed by
poiana
parent
ad75c87e21
commit
a5efbc9483
16
.github/workflows/reusable_build_packages.yaml
vendored
16
.github/workflows/reusable_build_packages.yaml
vendored
@@ -26,6 +26,10 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Git safe directory
|
||||||
|
run: |
|
||||||
|
git config --global --add safe.directory $GITHUB_WORKSPACE
|
||||||
|
|
||||||
- name: Build modern BPF skeleton
|
- name: Build modern BPF skeleton
|
||||||
run: |
|
run: |
|
||||||
@@ -54,9 +58,7 @@ jobs:
|
|||||||
yum -y install centos-release-scl
|
yum -y install centos-release-scl
|
||||||
yum -y install devtoolset-9-gcc devtoolset-9-gcc-c++
|
yum -y install devtoolset-9-gcc devtoolset-9-gcc-c++
|
||||||
source /opt/rh/devtoolset-9/enable
|
source /opt/rh/devtoolset-9/enable
|
||||||
yum install -y wget make m4 rpm-build
|
yum install -y wget git make m4 rpm-build
|
||||||
yum -y install https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm
|
|
||||||
yum install -y git
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@@ -76,6 +78,10 @@ jobs:
|
|||||||
tar -xpf /tmp/cmake.tar --directory=/tmp
|
tar -xpf /tmp/cmake.tar --directory=/tmp
|
||||||
cp -R /tmp/cmake-3.22.5-linux-$(uname -m)/* /usr
|
cp -R /tmp/cmake-3.22.5-linux-$(uname -m)/* /usr
|
||||||
rm -rf /tmp/cmake-3.22.5-linux-$(uname -m)
|
rm -rf /tmp/cmake-3.22.5-linux-$(uname -m)
|
||||||
|
|
||||||
|
- name: Git safe directory
|
||||||
|
run: |
|
||||||
|
git config --global --add safe.directory $GITHUB_WORKSPACE
|
||||||
|
|
||||||
- name: Prepare project
|
- name: Prepare project
|
||||||
run: |
|
run: |
|
||||||
@@ -147,6 +153,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Git safe directory
|
||||||
|
run: |
|
||||||
|
git config --global --add safe.directory $GITHUB_WORKSPACE
|
||||||
|
|
||||||
- name: Prepare project
|
- name: Prepare project
|
||||||
run: |
|
run: |
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
|
Reference in New Issue
Block a user