mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-20 08:19:07 +08:00
vmtest: add s390x config
Select the current config based on $ARCH value and thus rename the existing config to config-latest.$ARCH. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
This commit is contained in:
committed by
Andrii Nakryiko
parent
ac4a0fa400
commit
3fac0b3d08
2703
travis-ci/vmtest/configs/config-latest.s390x
Normal file
2703
travis-ci/vmtest/configs/config-latest.s390x
Normal file
File diff suppressed because it is too large
Load Diff
@@ -22,3 +22,5 @@ travis_fold() {
|
||||
echo -e "$line"
|
||||
fi
|
||||
}
|
||||
|
||||
ARCH=$(uname -m)
|
||||
|
||||
@@ -14,7 +14,7 @@ fi
|
||||
if [[ "${KERNEL}" = 'LATEST' ]]; then
|
||||
travis_fold start build_kernel "Kernel build"
|
||||
|
||||
cp ${VMTEST_ROOT}/configs/latest.config .config
|
||||
cp "$VMTEST_ROOT"/configs/config-latest."$ARCH" .config
|
||||
make -j $((4*$(nproc))) olddefconfig all >/dev/null
|
||||
travis_fold end build_kernel
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user