ci: remove bad symlink workaround on Windows
This workaround is no longer needed as the symlink in the LLVM source tree has been removed.
Этот коммит содержится в:
родитель
f4b4dd8d62
коммит
5502182642
1 изменённых файлов: 1 добавлений и 5 удалений
|
@ -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:
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче