Skip to content

Commit

Permalink
get full paths
Browse files Browse the repository at this point in the history
Signed-off-by: Jaehyun Nam <[email protected]>
  • Loading branch information
nam-jaehyun committed Mar 4, 2022
1 parent eb71e99 commit 8ff2277
Show file tree
Hide file tree
Showing 26 changed files with 403 additions and 347 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:
- 'KubeArmor/**'
- 'tests/**'
- 'protobuf/**'
- '.github/workflows/ci-test.yml'
pull_request:
branches: [main]
paths:
- 'KubeArmor/**'
- 'tests/**'
- 'protobuf/**'
- '.github/workflows/ci-test.yml'

jobs:
build:
Expand Down Expand Up @@ -42,7 +44,8 @@ jobs:
sudo apt-get update
sudo apt-get -y install build-essential cmake bison flex git python3 python3-pip clang-9 libllvm9 llvm-9-dev libclang-9-dev zlib1g-dev libelf-dev libedit-dev libfl-dev
pushd /tmp
git clone https://github.com/iovisor/bcc.git
# fetch latest bcc release
git clone --branch v0.24.0 --depth 1 https://github.com/iovisor/bcc.git
mkdir -p bcc/build; cd bcc/build
sudo ln -s /usr/lib/llvm-9 /usr/local/llvm
cmake .. -DPYTHON_CMD=python3 -DCMAKE_INSTALL_PREFIX=/usr
Expand Down
Loading

0 comments on commit 8ff2277

Please sign in to comment.