Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions vars/runPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down Expand Up @@ -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
'''
Expand Down