ea943424f3
Now we run a pre-commit hook that tries to kill any process that locked a file in target directory. Updated timeout interval on windows from 120 to 90 minutes. Fixes #243
11 lines
No EOL
417 B
Docker
11 lines
No EOL
417 B
Docker
# escape=`
|
|
|
|
# use windows server core image
|
|
ARG agent_windows_version=latest
|
|
FROM gcr.io/llvm-premerge-checks/agent-windows-vs2019:${agent_windows_version}
|
|
|
|
RUN choco install -y handle --checksum 524E61547C8E26608CDA1B11B6E9471616CCCC48530F6E7EC9131EABF839357E
|
|
COPY start_agent.ps1 C:\scripts\
|
|
COPY pre-checkout.bat c:\buildkite-agent\hooks\
|
|
COPY unlock_path.ps1 c:\scripts
|
|
CMD "powershell C:\scripts\start_agent.ps1" |