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