Skip to content

Commit 854ea56

Browse files
committed
...
1 parent 73254cb commit 854ea56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tritonservercppsharp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ jobs:
5555
git clone --single-branch --depth 1 --branch r24.08 https://github.com/triton-inference-server/core
5656
git clone --single-branch --depth 1 --branch r24.08 https://github.com/triton-inference-server/developer_tools
5757
58-
cp -r ./CppSharp/bin/Release_x64/libCppSharp.CppParser.so ./CppSharp/bin/Release_x64/libStd-symbols.so ./CppSharp/bin/Release_x64/lib .
58+
#cp -r ./CppSharp/bin/Release_x64/libCppSharp.CppParser.so ./CppSharp/bin/Release_x64/libStd-symbols.so ./CppSharp/bin/Release_x64/lib .
5959
6060
./CppSharp/bin/Release_x64/CppSharp.CLI -m tritonserver -g csharp -p linux -a x64 -o ./output1/ -I=core/include core/include/triton/core/tritonserver.h core/include/triton/core/tritonbackend.h core/include/triton/core/tritoncache.h core/include/triton/core/tritonrepoagent.h
61+
6162
echo AFTER CLI
6263
6364
mkdir -p bin/x64/Release/net8.0

0 commit comments

Comments
 (0)