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