Explorar o código

Updating CI to use clang 3.9 after CI image change.

Jimmy Thomson %!s(int64=8) %!d(string=hai) anos
pai
achega
e8f678778a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      netci.groovy

+ 1 - 1
netci.groovy

@@ -124,7 +124,7 @@ def CreateXPlatBuildTask = { isPR, buildType, staticBuild, machine, platform, co
     def staticFlag = staticBuild ? "--static" : ""
     def staticFlag = staticBuild ? "--static" : ""
     def swbCheckFlag = (platform == "linux" && buildType == "debug" && !staticBuild) ? "--wb-check" : "";
     def swbCheckFlag = (platform == "linux" && buildType == "debug" && !staticBuild) ? "--wb-check" : "";
     def icuFlag = (platform == "osx" ? "--icu=/usr/local/opt/icu4c/include" : "")
     def icuFlag = (platform == "osx" ? "--icu=/usr/local/opt/icu4c/include" : "")
-    def compilerPaths = (platform == "osx") ? "" : "--cxx=/usr/bin/clang++-3.8 --cc=/usr/bin/clang-3.8"
+    def compilerPaths = (platform == "osx") ? "" : "--cxx=/usr/bin/clang++-3.9 --cc=/usr/bin/clang-3.9"
     def buildScript = "bash ./build.sh ${staticFlag} -j=`${numConcurrentCommand}` ${buildFlag} " +
     def buildScript = "bash ./build.sh ${staticFlag} -j=`${numConcurrentCommand}` ${buildFlag} " +
                       "${swbCheckFlag} ${compilerPaths} ${icuFlag} ${customOption}"
                       "${swbCheckFlag} ${compilerPaths} ${icuFlag} ${customOption}"
     def testScript = "bash test/runtests.sh \"${testVariant}\""
     def testScript = "bash test/runtests.sh \"${testVariant}\""