36 lines
1.1 KiB
Diff
36 lines
1.1 KiB
Diff
|
|
From 7db535b57513318b0f9cb5d2bd844c0e636c42f1 Mon Sep 17 00:00:00 2001
|
||
|
|
From: fly_1997 <flylove7@outlook.com>
|
||
|
|
Date: Mon, 23 Dec 2024 19:44:40 +0800
|
||
|
|
Subject: [PATCH 3/7] fix build script
|
||
|
|
|
||
|
|
---
|
||
|
|
build.sh | 2 +-
|
||
|
|
src/plugin/tune/system/cpu/stealtask_tune/CMakeLists.txt | 1 -
|
||
|
|
2 files changed, 1 insertion(+), 2 deletions(-)
|
||
|
|
|
||
|
|
diff --git a/build.sh b/build.sh
|
||
|
|
index bd99758..c47cdf8 100644
|
||
|
|
--- a/build.sh
|
||
|
|
+++ b/build.sh
|
||
|
|
@@ -6,7 +6,7 @@ cd $script_dir/
|
||
|
|
os_arch=$(uname -m)
|
||
|
|
libkperf_version="v1.2.1" # only for build_kperf_by_src=ON
|
||
|
|
build_kperf_by_src="ON"
|
||
|
|
-build_test="OFF"
|
||
|
|
+with_test="OFF"
|
||
|
|
with_debug="OFF"
|
||
|
|
with_asan="OFF"
|
||
|
|
with_optimization="OFF"
|
||
|
|
diff --git a/src/plugin/tune/system/cpu/stealtask_tune/CMakeLists.txt b/src/plugin/tune/system/cpu/stealtask_tune/CMakeLists.txt
|
||
|
|
index 9413716..10b6d9b 100644
|
||
|
|
--- a/src/plugin/tune/system/cpu/stealtask_tune/CMakeLists.txt
|
||
|
|
+++ b/src/plugin/tune/system/cpu/stealtask_tune/CMakeLists.txt
|
||
|
|
@@ -1,4 +1,3 @@
|
||
|
|
-cmake_minimum_required(VERSION 3.11)
|
||
|
|
project(stealtask_tune)
|
||
|
|
|
||
|
|
add_library(stealtask_tune STATIC
|
||
|
|
--
|
||
|
|
2.33.0
|
||
|
|
|