Skip to content

Commit

Permalink
Disable -preview=dip1000 in CI
Browse files Browse the repository at this point in the history
The warnings are now issued regardless of whether DIP1000 is used or not,
this just turns them into errors.
  • Loading branch information
Geod24 committed Sep 25, 2024
1 parent a1d23d0 commit 3924e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dub test --compiler=${DC} -c library-nonet

export DMD="$(command -v $DMD)"

./build.d -preview=dip1000 -preview=in -w -g -debug
./build.d -preview=in -w -g -debug

if [ "$COVERAGE" = true ]; then
# library-nonet fails to build with coverage (Issue 13742)
Expand Down

0 comments on commit 3924e76

Please sign in to comment.