From ae4e81c9372f6abf5aecd01c7694a0c0af53ff6a Mon Sep 17 00:00:00 2001 From: erris Date: Tue, 10 Mar 2026 20:48:44 +0100 Subject: [PATCH] Edit .onedev-buildspec.yml --- .onedev-buildspec.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index baa5825..373eb3c 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -48,6 +48,12 @@ jobs: interpreter: type: DefaultInterpreter commands: | + git clone --depth 1 https://github.com/dotnet/runtime.git + cd runtime + ./build.sh -c Release -subset host + + cp artifacts/bin/native/net10.0-linux-Release-x64/nethost/libnethost.a /onedev-build/workspace/lib/ + git submodule update --init --recursive conan profile detect --force