From 51492f84352900f4d98a08d6692fd6096927cfc2 Mon Sep 17 00:00:00 2001 From: Martin Kinkelin Date: Tue, 1 Feb 2022 15:47:01 +0100 Subject: [PATCH] Buildkite: Bump LDC to master, to prepare for upcoming breaking opEquals order change This prepares Buildkite for https://github.com/dlang/dmd/pull/13593. --- buildkite/build_project.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildkite/build_project.sh b/buildkite/build_project.sh index 3603791..7d201a7 100755 --- a/buildkite/build_project.sh +++ b/buildkite/build_project.sh @@ -48,6 +48,10 @@ case "$REPO_URL" in # No tag includes https://github.com/vibe-d/vibe-core/commit/7833e425403c3804054b0bd16eacbf71fc7a28f4 ref_to_use=master ;; + https://github.com/ldc-developers/ldc) + # No tag includes https://github.com/ldc-developers/ldc/commit/94748f842f2f663876490e72a6564f1c49b42c8b + ref_to_use=master + ;; *) ;; esac