Revert "Add patch to fix #8276"
This reverts commit d6e40fb7f5.
We do not need this manual patch as it is the part of the code now.
This commit is contained in:
@@ -192,9 +192,6 @@ build_for_arch() {
|
||||
|
||||
echo "[*] Building for target: $short (RID=$rid, RPM --target $rpm_target)"
|
||||
|
||||
# Apply patches before building
|
||||
git apply ./patches/0001-fix-automatic-connection.patch
|
||||
|
||||
# .NET publish (self-contained) for this RID
|
||||
dotnet restore "$PROJECT"
|
||||
rm -rf "$(dirname "$PROJECT")/bin/Release/net8.0" || true
|
||||
@@ -206,9 +203,6 @@ build_for_arch() {
|
||||
-p:IncludeNativeLibrariesForSelfExtract=true \
|
||||
-p:StripSymbols=true
|
||||
|
||||
# Revert patches after building
|
||||
git apply -R ./patches/0001-fix-automatic-connection.patch
|
||||
|
||||
# Per-arch variables (scoped)
|
||||
local RID_DIR="$rid"
|
||||
local PUBDIR
|
||||
|
||||
Reference in New Issue
Block a user