We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b35e8a commit 77e41e5Copy full SHA for 77e41e5
buildspec.yml
@@ -13,7 +13,7 @@ phases:
13
commands:
14
- sed -i 's#/archive.ubuntu.com#/us-east-1.ec2.archive.ubuntu.com#g' /etc/apt/sources.list
15
- apt-get update -y
16
- - apt-get install -y flex bison make git libwww-perl patch ccache libc6-dev-i386 jq gdb
+ - apt-get install -y flex bison make git libwww-perl patch ccache libc6-dev-i386 jq gdb libxml2-utils
17
build:
18
19
- echo Build started on `date`
0 commit comments