From 8e6da66609348a087396c696f59e7b94db3975d3 Mon Sep 17 00:00:00 2001 From: erris Date: Tue, 10 Mar 2026 20:50:41 +0100 Subject: [PATCH] Edit .onedev-buildspec.yml --- .onedev-buildspec.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 373eb3c..e01b088 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -48,11 +48,11 @@ jobs: interpreter: type: DefaultInterpreter commands: | - git clone --depth 1 https://github.com/dotnet/runtime.git - cd runtime - ./build.sh -c Release -subset host + #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/ + #cp artifacts/bin/native/net10.0-linux-Release-x64/nethost/libnethost.a /onedev-build/workspace/lib/ git submodule update --init --recursive