Skip to content

Commit

Permalink
remove clearlinux support
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Li <[email protected]>
  • Loading branch information
rli9 committed Jan 26, 2021
1 parent 3347b05 commit b8bd33f
Show file tree
Hide file tree
Showing 21 changed files with 31 additions and 1,019 deletions.
2 changes: 1 addition & 1 deletion bin/post-run
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ copy_time_files || ps faux --cols 1000 2>/dev/null > $RESULT_ROOT/time-debug ||

copy_results

[ "$kconfig" = "x86_64-rhel-7.6-gcov" -o "$kconfig" = "x86_64-rhel-7.2-gcov" -o "$kconfig" = "x86_64-rhel-7.2-clear-gcov" ] && [ -d /sys/kernel/debug/gcov ] && {
[ "$kconfig" = "x86_64-rhel-7.6-gcov" -o "$kconfig" = "x86_64-rhel-7.2-gcov" ] && [ -d /sys/kernel/debug/gcov ] && {
$LKP_SRC/tools/gather-gcov-test $TMP/gcov-test.tar.gz
upload_files $TMP/gcov-test.tar.gz
}
Expand Down
111 changes: 0 additions & 111 deletions distro/adaptation-pkg/clear

This file was deleted.

Loading

0 comments on commit b8bd33f

Please sign in to comment.