We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e958ab6 commit 9e5edf9Copy full SHA for 9e5edf9
.github/workflows/tritonservercppsharp.yml
@@ -80,8 +80,8 @@ jobs:
80
#./tritonservercppsharp
81
#strace -ff dotnet tritonservercppsharp.exe || true
82
echo BEFORE
83
- #mkdir -p bin/x64/Debug/net8.0
84
- #cp -r lib bin/x64/Debug/net8.0/lib
+ mkdir -p bin/x64/Debug/net8.0
+ cp -r lib bin/x64/Debug/net8.0/lib
85
LD_PRELOAD=$PWD/libCppSharp.CppParser.so:$PWD/libStd-symbols.so dotnet run
86
find -name 'Std.cs'
87
0 commit comments