Skip to content

Commit 5b34d28

Browse files
committed
Regularise the AWS CodeBuild Clang buildspecs
Check out the diff vs. buildspec.yml and you'll see these are now much more regular. This duplication and drift is a vindication of Travis' "matrix" approach if you ask me ;)
1 parent bf5f7f7 commit 5b34d28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: buildspec-linux-clang-3.8.yml

-1
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)