Skip to content

Commit fbd8e10

Browse files
committed
Add z3 to CI
will be expanded (or removed).
1 parent bc5d042 commit fbd8e10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildspec-linux-clang.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ phases:
1414
- wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
1515
- add-apt-repository 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main'
1616
- 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
1818
build:
1919
commands:
2020
- echo Build started on `date`

buildspec.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ phases:
1313
commands:
1414
- sed -i 's#/archive.ubuntu.com#/us-east-1.ec2.archive.ubuntu.com#g' /etc/apt/sources.list
1515
- 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
1717
build:
1818
commands:
1919
- echo Build started on `date`

0 commit comments

Comments
 (0)