Skip to content

Commit

Permalink
sdk warn fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sec committed Oct 10, 2024
1 parent 7e1196b commit 51127b2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions patches9/sdk_rc2.patch
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,16 @@ index f7d9f35069..fe9e8301e2 100644
</PropertyGroup>

<ItemGroup>
diff --git a/eng/common/build.sh b/eng/common/build.sh
index ac1ee8620c..06c3b1aa2d 100755
--- a/eng/common/build.sh
+++ b/eng/common/build.sh
@@ -74,7 +74,7 @@ public=false
ci=false
clean=false

-warn_as_error=true
+warn_as_error=false
node_reuse=true
binary_log=false
exclude_ci_binary_log=false

0 comments on commit 51127b2

Please sign in to comment.