mirror of
https://github.com/netdata/libbpf.git
synced 2026-09-08 20:46:49 +08:00
ci: fix log folding in Github Actions
Backport kernel-patches fix for the same issue ([0] and [1]). [0] https://github.com/kernel-patches/vmtest/commit/17c596fe8b29e37622a0a2c8f6db989723767e3f [1] https://github.com/kernel-patches/vmtest/commit/a38de685c7b1b700df2f8ebcbabeea6d65970a54 Cc: Sergei Iudin <siudin@fb.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
committed by
Andrii Nakryiko
parent
0db006d28e
commit
030ff87857
@@ -4,7 +4,7 @@ set -eu
|
|||||||
|
|
||||||
source $(cd $(dirname $0) && pwd)/helpers.sh
|
source $(cd $(dirname $0) && pwd)/helpers.sh
|
||||||
|
|
||||||
VMTEST_SETUPCMD="PROJECT_NAME=${PROJECT_NAME} ./${PROJECT_NAME}/travis-ci/vmtest/run_selftests.sh"
|
VMTEST_SETUPCMD="GITHUB_WORKFLOW=${GITHUB_WORKFLOW:-} PROJECT_NAME=${PROJECT_NAME} ./${PROJECT_NAME}/travis-ci/vmtest/run_selftests.sh"
|
||||||
|
|
||||||
echo "KERNEL: $KERNEL"
|
echo "KERNEL: $KERNEL"
|
||||||
echo
|
echo
|
||||||
|
|||||||
Reference in New Issue
Block a user