mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-05 16:19:06 +08:00
9 lines
199 B
Bash
9 lines
199 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
set -eux
|
||
|
|
|
||
|
|
GIT_FETCH_DEPTH="${GIT_FETCH_DEPTH}" ${VMTEST_ROOT}/checkout_latest_kernel.sh $1
|
||
|
|
cd $1
|
||
|
|
cp ${VMTEST_ROOT}/configs/latest.config .config
|
||
|
|
make -j $((4*$(nproc))) olddefconfig all
|