Skip to content

Commit

Permalink
buildstrap: Remove BCC patches that are not longer applied/used
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Fernandes (Google) <[email protected]>
  • Loading branch information
joelagnel committed Aug 17, 2018
1 parent ed2d299 commit 90e01ea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions buildstrap
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ echo "nameserver 4.2.2.2" > $OUT_TMP/etc/resolv.conf
if [ $INSTALL_BCC -eq 1 ]; then
git clone https://github.com/iovisor/bcc.git $TDIR/debian/bcc-master
cp $spath/bcc/build-bcc.sh $TDIR/debian/bcc-master/;

pushd $TDIR/debian/bcc-master
patch -p1 < $spath/bcc/misc/0001-clang-Allow-user-to-override-kernel-version.patch
patch -p1 < $spath/bcc/misc/0001-DONOT-MERGE-Remove-version-override-warnings.patch
popd
fi

# Should be really do this?
Expand Down

0 comments on commit 90e01ea

Please sign in to comment.