From 550218264204aa62e9d602a1a380531040c18deb Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Wed, 10 Feb 2021 22:51:43 +0100 Subject: [PATCH] ci: remove bad symlink workaround on Windows This workaround is no longer needed as the symlink in the LLVM source tree has been removed. --- azure-pipelines.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 650d5c57..071b5926 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,11 +24,7 @@ jobs: displayName: Download LLVM source inputs: targetType: inline - script: | - make llvm-source - # Workaround for bad symlinks: - # https://github.com/microsoft/azure-pipelines-tasks/issues/13418 - rm -f llvm-project/libcxx/test/std/input.output/filesystems/Inputs/static_test_env/bad_symlink + script: make llvm-source - task: CacheBeta@0 displayName: Cache LLVM build inputs: