vmtest: remove temporary runqslower fix

It's now in bpf-next and this work around is not needed anymore.

Signed-off-by: Andrii Nakryiko <andriin@fb.com>
This commit is contained in:
Andrii Nakryiko
2020-02-20 11:48:22 -08:00
parent fa8cb316fb
commit 1feb21b081

View File

@@ -12,8 +12,3 @@ if [[ "${KERNEL}" = 'LATEST' ]]; then
make -j $((4*$(nproc))) olddefconfig all
fi
# Fix runqslower build
# TODO(hex@): remove after the patch is merged from bpf to bpf-next tree
wget https://lore.kernel.org/bpf/908498f794661c44dca54da9e09dc0c382df6fcb.1580425879.git.hex@fb.com/t.mbox.gz
gunzip t.mbox.gz
git apply t.mbox