From 7668611e23718807912b64287674c1755773cd26 Mon Sep 17 00:00:00 2001 From: Martin Kinkelin <kinke@users.noreply.github.com> Date: Tue, 26 Apr 2022 12:39:50 +0200 Subject: [PATCH] Buildkite: Revert to latest tag for LDC Which includes the required commit *and* still supports the current image's LLVM 8. --- buildkite/build_project.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/buildkite/build_project.sh b/buildkite/build_project.sh index 0e0e2ce..4e2a9e9 100755 --- a/buildkite/build_project.sh +++ b/buildkite/build_project.sh @@ -48,10 +48,6 @@ 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