forked from linuxkerneltravel/lmp
-
Notifications
You must be signed in to change notification settings - Fork 0
35 lines (31 loc) · 976 Bytes
/
ebpf_mem_watcher.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: mem_watcher
on:
push:
branches:
- "*"
paths:
- 'eBPF_Supermarket/Memory_Subsystem/mem_watcher/**'
- '.github/workflows/ebpf_mem_watcher.yml'
pull_request:
branches:
- "*"
paths:
- 'eBPF_Supermarket/Memory_Subsystem/mem_watcher/**'
- '.github/workflows/ebpf_mem_watcher.yml'
jobs:
mem_watcher-project-build-and-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt update
sudo apt install libbpf-dev clang llvm libelf-dev libpcap-dev gcc-multilib build-essential linux-tools-$(uname -r)
git submodule update --init --recursive
- name: Run mem_watcher
continue-on-error: true
run: |
cd eBPF_Supermarket/Memory_Subsystem/mem_watcher/
bpftool btf dump file /sys/kernel/btf/vmlinux format c > vmlinux.h
make
sudo timeout 20 ./mem_watcher