summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorMichelle McDaniel <adiaaida@gmail.com>2017-10-25 09:11:01 -0700
committerMichelle McDaniel <adiaaida@gmail.com>2017-10-25 09:11:01 -0700
commit3ca101a7c406de0e70beb0cedc27a334f6d6ad96 (patch)
tree44399f15c0462724a6c9fa18f3f08312dc27564a /netci.groovy
parent7baaffcedf99de24373d15122f2a4148e18ba6e4 (diff)
downloadcoreclr-3ca101a7c406de0e70beb0cedc27a334f6d6ad96.tar.gz
coreclr-3ca101a7c406de0e70beb0cedc27a334f6d6ad96.tar.bz2
coreclr-3ca101a7c406de0e70beb0cedc27a334f6d6ad96.zip
Fix enforcepgo option in netci.groovy
The windows release builds are broken because they call build with enforcepgo instead of -enforcepgo. This change fixes the parameter.
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index 5bbc2fcecd..accf49b71b 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -1505,7 +1505,7 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR
(architecture != 'x86_arm_altjit') &&
(architecture != 'x64_arm64_altjit')) {
- buildOpts += ' enforcepgo'
+ buildOpts += ' -enforcepgo'
}
// Set __TestIntermediateDir for pri1 test builds.