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 Dec 31, 2024
1 parent 82aa9bf commit 7cf262f
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 7cf262f

Please sign in to comment.