Skip to content

Commit 08fc8d8

Browse files
kinkethewilsonator
authored andcommitted
Remove obsolete workaround for dub on Windows
1 parent 792e97d commit 08fc8d8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

test/release/validate_release.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,8 @@ done
6161

6262
for DUB in $GEN/dmd2/$OS/bin*/dub$EXE
6363
do
64-
# FIXME: https://github.com/dlang/dub/issues/3030
65-
if [ "$OS" != "windows" ]; then
66-
$DUB run -n --arch=x86_64 --single $DIR/dub_example.d
67-
rm -rf $DIR/.dub $DIR/dub_example$EXE
68-
fi
64+
$DUB run -n --arch=x86_64 --single $DIR/dub_example.d
65+
rm -rf $DIR/.dub $DIR/dub_example$EXE
6966
done
7067

7168
###############################################################################

0 commit comments

Comments
 (0)