github.com/aporeto-inc/trireme-lib@v10.358.0+incompatible/fix_bpf (about)

     1  #!/bin/bash
     2  
     3  printf "copy .c and .h files as dep ensure isn't pulling them\n"
     4  
     5  rm -rf /tmp/gobpf
     6  git clone https://github.com/iovisor/gobpf.git /tmp/gobpf
     7  
     8  cp -r /tmp/gobpf/elf vendor/github.com/iovisor/gobpf/
     9