Skip to content

Commit c4387b1

Browse files
authored
Merge pull request #2502 from MartinNowak/fix_dpl_docs_dub_regression
use newer host compiler to workaround dub regression
2 parents c29d498 + cf7f5e3 commit c4387b1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

posix.mak

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,11 @@ DRUNTIME_LATEST_DIR=$G/druntime-${LATEST}
180180
PHOBOS_LATEST_DIR=$G/phobos-${LATEST}
181181

182182
# stable dub and dmd versions used to build dpl-docs
183-
STABLE_DMD_VER=2.081.1
184-
STABLE_DMD_ROOT=$(GENERATED)/stable_dmd-$(STABLE_DMD_VER)
185-
STABLE_DMD_URL=http://downloads.dlang.org/releases/2.x/$(STABLE_DMD_VER)/dmd.$(STABLE_DMD_VER).$(OS).zip
183+
STABLE_DMD_VER=2.083.0
184+
STABLE_DMD_VER_SUFFIX=
185+
STABLE_DMD_VER_PREFIX=
186+
STABLE_DMD_ROOT=$(GENERATED)/stable_dmd-$(STABLE_DMD_VER)$(STABLE_DMD_VER_SUFFIX)
187+
STABLE_DMD_URL=http://downloads.dlang.org/$(STABLE_DMD_VER_PREFIX)releases/2.x/$(STABLE_DMD_VER)/dmd.$(STABLE_DMD_VER)$(STABLE_DMD_VER_SUFFIX).$(OS).zip
186188
STABLE_DMD_BIN_ROOT=$(STABLE_DMD_ROOT)/dmd2/$(OS)/$(if $(filter $(OS),osx),bin,bin$(MODEL))
187189
STABLE_DMD=$(STABLE_DMD_BIN_ROOT)/dmd
188190
STABLE_DMD_CONF=$(STABLE_DMD).conf

0 commit comments

Comments
 (0)