Skip to content

Commit a613337

Browse files
authored
Merge pull request #4750 from smowton/smowton/fix/regularise-buildspecs
Regularise the AWS CodeBuild Clang buildspecs
2 parents ff6ffb0 + 5b34d28 commit a613337

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buildspec-linux-clang-3.8.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ phases:
1414
build:
1515
commands:
1616
- echo Build started on `date`
17-
- git submodule update --init --recursive
1817
- make -C src minisat2-download
1918
- make -C jbmc/src setup-submodules
2019
- make -C src CXX='ccache /usr/bin/clang++-3.8' CXX_FLAGS='-Qunused-arguments -DDEBUG'

0 commit comments

Comments
 (0)