We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792e97d commit 08fc8d8Copy full SHA for 08fc8d8
test/release/validate_release.sh
@@ -61,11 +61,8 @@ done
61
62
for DUB in $GEN/dmd2/$OS/bin*/dub$EXE
63
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
+ $DUB run -n --arch=x86_64 --single $DIR/dub_example.d
+ rm -rf $DIR/.dub $DIR/dub_example$EXE
69
done
70
71
###############################################################################
0 commit comments