Skip to content

Commit

Permalink
Revert "Merge pull request #318 from wilzbach/fix-dub"
Browse files Browse the repository at this point in the history
This reverts commit 0371582, reversing
changes made to 35b806c.
  • Loading branch information
MartinNowak committed Nov 7, 2018
1 parent 1f3b910 commit 5db07ea
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions buildkite/build_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,8 @@ case "$REPO_FULL_NAME" in
dlang/dub)
rm test/issue895-local-configuration.sh # FIXME
rm test/issue884-init-defer-file-creation.sh # FIXME
# GitHub's UI/API doesn't return 0.9.20 anymore
# Thus 0.9.20 isn't available on the dub registry anymore
sed 's/0[.]9[.]20/1.9.0/g' -i test/interactive-remove.sh
sed 's/0[\][.]9[\][.]20/1.9.0/' -i test/interactive-remove.sh
sed 's/0[.]9[.]21/1.10.0/g' -i test/interactive-remove.sh
sed 's/0[\][.]9[\][.]21/1.10.0/g' -i test/interactive-remove.sh
sed 's/"stdx-allocator": "2.77.0",/"stdx-allocator": "2.77.2",/' -i dub.selections.json # upgrade stdx-allocator (can be removed once v1.11 gets released)
rm test/ddox.sh # can be removed once v1.11 gets released
sed -i '/^source.*activate/d' travis-ci.sh
DC=$DC ./travis-ci.sh
;;
Expand Down

0 comments on commit 5db07ea

Please sign in to comment.