From 9b2d5bf35a0ca24d49e73f300b8467656fb7a304 Mon Sep 17 00:00:00 2001 From: erris Date: Tue, 10 Mar 2026 02:31:38 +0100 Subject: [PATCH] Edit .onedev-buildspec.yml --- .onedev-buildspec.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 0c0807f..7173c1b 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -34,7 +34,7 @@ jobs: - type: CommandStep name: Compile for Linux runInContainer: true - image: erriss/erris-build_tools:V0.2 + image: erriss/erris-build_tools:V0.3 interpreter: type: DefaultInterpreter commands: | @@ -46,6 +46,10 @@ jobs: envVars: - name: BUILD_TYPE value: Debug + - name: CC + value: clang + - name: CXX + value: clang++ useTTY: true condition: SUCCESSFUL optional: false