Skip to content

Commit

Permalink
Merge pull request #7486 from wilzbach/circleci-fix
Browse files Browse the repository at this point in the history
Temporarily disable test for issue 17167 on CircleCi
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
  • Loading branch information
dlang-bot committed Dec 21, 2017
2 parents e9363d3 + c22616a commit 9b45aa7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/run.sh
Expand Up @@ -102,6 +102,10 @@ coverage()
make -j$N -C ../druntime -f posix.mak MODEL=$MODEL
make -j$N -C ../phobos -f posix.mak MODEL=$MODEL
# FIXME
# Temporarily the failing long file name test has been removed
rm -rf test/compilable/issue17167.sh
# rebuild dmd with coverage enabled
# use the just build dmd as host compiler this time
local build_path=generated/linux/release/$MODEL
Expand Down

0 comments on commit 9b45aa7

Please sign in to comment.