mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 21:51:03 +03:00
Temporarily revert SemaphoreCI to v2.081.2
Because, as explained in the comment, v2.082.0's DUB is broken and is blocking development, as SemaphoreCI is required to merge a PR.
This commit is contained in:
parent
3eaf73cfc8
commit
d04c99a99b
1 changed files with 8 additions and 1 deletions
|
@ -36,7 +36,14 @@ source ci.sh
|
|||
# Always source a DMD instance
|
||||
################################################################################
|
||||
|
||||
# FIXME: v2.082.0 has a broken DUB which fails the CI
|
||||
# Remove this when a fixed v2.082.1 is released
|
||||
# See https://github.com/dlang/dub/issues/1551
|
||||
if [ "$DMD" == "dmd" ]; then
|
||||
install_d "dmd-2.081.2"
|
||||
else
|
||||
install_d "$DMD"
|
||||
fi
|
||||
|
||||
################################################################################
|
||||
# Define commands
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue