Skip to content

Commit 6374032

Browse files
committed
fix: refine codes
1 parent 96e3579 commit 6374032

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/codeql_c_cpp_analysis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,9 @@ jobs:
5757
go1.20.12 download
5858
rustup default nightly
5959
60-
tgn gen linux x64 debug -- \
61-
is_clang=false log_level=1 enable_serialized_actions=true \
62-
ten_enable_serialized_rust_action=true ten_rust_enable_gen_cargo_config=false \
63-
ten_enable_cargo_clean=true ten_enable_go_lint=true \
64-
ten_enable_rust_incremental_build=false ten_manager_enable_frontend=false \
65-
ten_enable_integration_tests_prebuilt=false ten_enable_ffmpeg_extensions=true
60+
tgn gen linux x64 debug -- enable_serialized_actions=true ten_enable_serialized_rust_action=true ten_rust_enable_gen_cargo_config=false ten_enable_ten_rust=false ten_enable_ten_rust_apis=false ten_enable_rust_incremental_build=false ten_manager_enable_frontend=false ten_enable_integration_tests_prebuilt=false ten_enable_nodejs_binding=false ten_enable_python_binding=false ten_enable_go_binding=false
6661
67-
tgn build linux x64 debug
62+
tgn build:ten_runtime_smoke_test linux x64 debug
6863
6964
- name: Analyze with CodeQL
7065
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)