Skip to content

Commit

Permalink
tasks/bcc: Make bcc runnable
Browse files Browse the repository at this point in the history
as explained in the following post:

bpftrace/bpftrace#1855

It's almost a year ago...
  • Loading branch information
keithnoguchi committed Mar 16, 2022
1 parent e2b4cb1 commit d1e3e60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/bcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
- bcc

- name: setup the build environment with cmake
command: cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
command: |
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DENABLE_LLVM_SHARED=1
args:
chdir: "{{ gitpath }}{{ item }}/build"
with_items:
Expand Down

0 comments on commit d1e3e60

Please sign in to comment.