File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ phases:
12
12
commands :
13
13
- sed -i 's#/archive.ubuntu.com#/us-east-1.ec2.archive.ubuntu.com#g' /etc/apt/sources.list
14
14
- apt-get update -y
15
- - apt-get install -y flex bison make git libwww-perl patch ccache libc6-dev-i386 jq cmake
15
+ - apt-get install -y flex bison make git libwww-perl patch ccache libc6-dev-i386 jq cmake libxml2-utils
16
16
build :
17
17
commands :
18
18
- echo Build started on `date`
Original file line number Diff line number Diff line change 9
9
install :
10
10
commands :
11
11
- choco install cyg-get -y --no-progress
12
- - cyg-get bash patch bison flex make wget perl jq
12
+ - cyg-get bash patch bison flex make wget perl jq python3
13
13
- nuget install clcache -OutputDirectory "c:\tools" -ExcludeVersion -Version 4.1.0
14
14
15
15
build :
You can’t perform that action at this time.
0 commit comments