From 555180cfc30315cd411017ca9752bbe355494979 Mon Sep 17 00:00:00 2001 From: Mihails Strasuns Date: Mon, 8 Jan 2018 11:17:48 +0200 Subject: [PATCH] Switch to testing ocean v4.0.0-alpha.5 Now includes requires fix from v3.5.11 --- vars/runPipeline.groovy | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/vars/runPipeline.groovy b/vars/runPipeline.groovy index ad9c1b97..b4926c54 100644 --- a/vars/runPipeline.groovy +++ b/vars/runPipeline.groovy @@ -182,7 +182,7 @@ def testDownstreamProject (name) { if (repo == 'rejectedsoftware/vibe.d') { clone("https://github.com/${repo}.git", 'v0.8.3-alpha.1') } else if (repo == "sociomantic-tsunami/ocean") { - clone("https://github.com/${repo}.git", 'v4.0.0-alpha.4') + clone("https://github.com/${repo}.git", 'v4.0.0-alpha.5') } else { cloneLatestTag("https://github.com/${repo}.git") } @@ -246,11 +246,8 @@ def testDownstreamProject (name) { break; case 'sociomantic-tsunami/ocean': - // FIXME: https://github.com/sociomantic-tsunami/ocean/pull/427 is only applied for 3.x.x - // See also: https://github.com/dlang/dmd/pull/7617 sh ''' git submodule update --init - sed "/this.outer.occupied = false;/d" -i src/ocean/net/http/HttpResponse.d # FIXME make d2conv V=1 make test V=1 DVER=2 F=production ALLOW_DEPRECATIONS=1 '''