File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ jobs:
103
103
- parallel
104
104
- jq
105
105
- gdb
106
+ - z3
106
107
before_install :
107
108
- mkdir bin
108
109
- ln -s /usr/bin/gcc-5 bin/gcc
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ phases:
14
14
- wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
15
15
- add-apt-repository 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main'
16
16
- apt-get update -y
17
- - apt-get install -y clang-8 flex bison make git libwww-perl patch ccache libc6-dev-i386 jq gdb
17
+ - apt-get install -y clang-8 flex bison make git libwww-perl patch ccache libc6-dev-i386 jq gdb z3
18
18
build :
19
19
commands :
20
20
- echo Build started on `date`
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ phases:
13
13
commands :
14
14
- sed -i 's#/archive.ubuntu.com#/us-east-1.ec2.archive.ubuntu.com#g' /etc/apt/sources.list
15
15
- apt-get update -y
16
- - apt-get install -y flex bison make git libwww-perl patch ccache libc6-dev-i386 jq gdb
16
+ - apt-get install -y flex bison make git libwww-perl patch ccache libc6-dev-i386 jq gdb z3
17
17
build :
18
18
commands :
19
19
- echo Build started on `date`
You can’t perform that action at this time.
0 commit comments