mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-21 21:09:02 +00:00
ci: remove bad symlink workaround on Windows
This workaround is no longer needed as the symlink in the LLVM source tree has been removed.
This commit is contained in:
committed by
Ron Evans
parent
f4b4dd8d62
commit
5502182642
+1
-5
@@ -24,11 +24,7 @@ jobs:
|
|||||||
displayName: Download LLVM source
|
displayName: Download LLVM source
|
||||||
inputs:
|
inputs:
|
||||||
targetType: inline
|
targetType: inline
|
||||||
script: |
|
script: make llvm-source
|
||||||
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
|
|
||||||
- task: CacheBeta@0
|
- task: CacheBeta@0
|
||||||
displayName: Cache LLVM build
|
displayName: Cache LLVM build
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
Reference in New Issue
Block a user