Skip to content

Commit

Permalink
Merge pull request #3 from SubconsciousCompute/linux-ebpf
Browse files Browse the repository at this point in the history
Add Linux Support
  • Loading branch information
dilawar authored Feb 8, 2024
2 parents 966b7f1 + 541965f commit c295b5f
Show file tree
Hide file tree
Showing 13 changed files with 146,859 additions and 90 deletions.
10 changes: 10 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
build-job:
image: fedora:latest
stage: build
before_script:
- dnf install -y cargo rust elfutils-libelf-devel clang
script:
- cargo build --release
artifacts:
paths:
- target/release/syscall-sensor
Loading

0 comments on commit c295b5f

Please sign in to comment.