Edit .onedev-buildspec.yml

This commit is contained in:
erris
2026-03-10 20:50:41 +01:00
parent ae4e81c937
commit 8e6da66609

View File

@@ -48,11 +48,11 @@ jobs:
interpreter: interpreter:
type: DefaultInterpreter type: DefaultInterpreter
commands: | commands: |
git clone --depth 1 https://github.com/dotnet/runtime.git #git clone --depth 1 https://github.com/dotnet/runtime.git
cd runtime #cd runtime
./build.sh -c Release -subset host #./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 git submodule update --init --recursive