mirror of
https://github.com/dlang/dmd.git
synced 2025-05-02 08:00:22 +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
|
# Always source a DMD instance
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
install_d "$DMD"
|
# 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
|
# Define commands
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue