Skip to content

Commit e6afe15

Browse files
committed
Removed erroneously ported recipe.
Signed-off-by: Konstantina Chremmou <[email protected]>
1 parent ade81da commit e6afe15

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Makefile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,10 @@ sdk:
117117
sh ocaml/sdk-gen/windows-line-endings.sh $(XAPISDK)/csharp
118118
sh ocaml/sdk-gen/windows-line-endings.sh $(XAPISDK)/powershell
119119

120-
.PHONY: sdk-build-c sdk sdksanity
120+
.PHONY: sdk-build-c
121121

122122
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)
129124

130125
.PHONY: sdk-build-java
131126

0 commit comments

Comments
 (0)