mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Pin conan to 1.58 on Windows until conan.cmake supports 2.0
This commit is contained in:
parent
16bdcd27bd
commit
3cc72c1c1b
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ RUN [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePoin
|
|||
# Install prerequisites
|
||||
RUN choco install -y --no-progress visualstudio2019buildtools --version=16.11.11.0
|
||||
RUN choco install -y --no-progress visualstudio2019-workload-vctools --version=1.0.0 --package-parameters '--add Microsoft.VisualStudio.Component.VC.ATLMFC'
|
||||
RUN choco install -y --no-progress conan
|
||||
# Pin conan to 1.58.0 until conan.cmake is updated to support 2.0
|
||||
RUN choco install -y --no-progress conan --version=1.58.0
|
||||
RUN choco install -y --no-progress sed
|
||||
RUN choco install -y --no-progress winflexbison3
|
||||
RUN choco install -y --no-progress msysgit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue