File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -117,15 +117,10 @@ sdk:
117
117
sh ocaml/sdk-gen/windows-line-endings.sh $(XAPISDK ) /csharp
118
118
sh ocaml/sdk-gen/windows-line-endings.sh $(XAPISDK ) /powershell
119
119
120
- .PHONY : sdk-build-c sdk sdksanity
120
+ .PHONY : sdk-build-c
121
121
122
122
sdk-build-c : sdk
123
- cd _build/install/default/xapi/sdk/c && make -j $(JOBS )
124
-
125
- # workaround for no .resx generation, just for compilation testing
126
- sdksanity : sdk
127
- sed -i ' s/FriendlyErrorNames.ResourceManager/null/g' ./_build/install/default/xapi/sdk/csharp/src/Failure.cs
128
- cd _build/install/default/xapi/sdk/csharp/src && dotnet add package Newtonsoft.Json && dotnet build -f netstandard2.0
123
+ cd _build/install/default/xapi/sdk/c && make clean && make -j $(JOBS )
129
124
130
125
.PHONY : sdk-build-java
131
126
You can’t perform that action at this time.
0 commit comments