Skip to content

Commit daf3563

Browse files
authored
Fix coreclr binlog: corrupted patch (#1944)
1 parent bd97d04 commit daf3563

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

patches/runtime/0003-Add-source-build-specific-build-script.patch

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
From acdac361d8c2e101f401c0e71a51d0018cfb76f9 Mon Sep 17 00:00:00 2001
22
From: dseefeld <[email protected]>
33
Date: Wed, 15 Jan 2020 15:14:54 +0000
4-
Subject: [PATCH 03/10] Add source-build specific build script
4+
Subject: [PATCH] Add source-build specific build script
55

66
---
7-
build-source-build.sh | 87 +++++++++++++++++++++++++++++++++++++++++++
8-
1 file changed, 87 insertions(+)
7+
build-source-build.sh | 85 +++++++++++++++++++++++++++++++++++++++++++
8+
1 file changed, 85 insertions(+)
99
create mode 100755 build-source-build.sh
1010

1111
diff --git a/build-source-build.sh b/build-source-build.sh
1212
new file mode 100755
13-
index 00000000000..db23d3032ac
13+
index 00000000000..25c0c1b0625
1414
--- /dev/null
1515
+++ b/build-source-build.sh
16-
@@ -0,0 +1,84 @@
16+
@@ -0,0 +1,85 @@
1717
+#!/usr/bin/env bash
1818
+set -euo pipefail
1919
+
@@ -99,6 +99,6 @@ index 00000000000..db23d3032ac
9999
+echo "Running command: $scriptroot/build.sh $commonArgs -subset corehost+installer.managed+installer.depprojs+installer.pkgprojs+bundles $installerArgs /p:ILAsmToolPath=$ilasmPath $additionalArgs"
100100
+$scriptroot/build.sh $commonArgs -subset corehost+installer.managed+installer.depprojs+installer.pkgprojs+installers+bundles $installerArgs /p:ILAsmToolPath=$ilasmPath $additionalArgs
101101
+find $scriptroot/artifacts/ -type f -name Build.binlog -exec rename "Build.binlog" "installerBuild.binlog" * {} \;
102-
--
103-
2.18.0
102+
--
103+
2.25.4
104104

0 commit comments

Comments
 (0)