File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
From acdac361d8c2e101f401c0e71a51d0018cfb76f9 Mon Sep 17 00:00:00 2001
2
2
From: dseefeld <
[email protected] >
3
3
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
5
5
6
6
---
7
- build-source-build.sh | 87 +++++++++++++++++++++++++++++++++++++++++++
8
- 1 file changed, 87 insertions(+)
7
+ build-source-build.sh | 85 +++++++++++++++++++++++++++++++++++++++++++
8
+ 1 file changed, 85 insertions(+)
9
9
create mode 100755 build-source-build.sh
10
10
11
11
diff --git a/build-source-build.sh b/build-source-build.sh
12
12
new file mode 100755
13
- index 00000000000..db23d3032ac
13
+ index 00000000000..25c0c1b0625
14
14
--- /dev/null
15
15
+++ b/build-source-build.sh
16
- @@ -0,0 +1,84 @@
16
+ @@ -0,0 +1,85 @@
17
17
+ #!/usr/bin/env bash
18
18
+ set -euo pipefail
19
19
+
@@ -99,6 +99,6 @@ index 00000000000..db23d3032ac
99
99
+ echo "Running command: $scriptroot/build.sh $commonArgs -subset corehost+installer.managed+installer.depprojs+installer.pkgprojs+bundles $installerArgs /p:ILAsmToolPath=$ilasmPath $additionalArgs"
100
100
+ $scriptroot/build.sh $commonArgs -subset corehost+installer.managed+installer.depprojs+installer.pkgprojs+installers+bundles $installerArgs /p:ILAsmToolPath=$ilasmPath $additionalArgs
101
101
+ find $scriptroot/artifacts/ -type f -name Build.binlog -exec rename "Build.binlog" "installerBuild.binlog" * {} \;
102
- - -
103
- 2.18.0
102
+ - -
103
+ 2.25.4
104
104
You can’t perform that action at this time.
0 commit comments