Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 2ee0e44

Browse files
committed
ci: downgrade clang image to 3.8
This is the most recent of the clang images correctly building at the moment.
1 parent 9253e41 commit 2ee0e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
defaults: &defaults
44
working_directory: /tmp/project
55
docker:
6-
- image: walberla/buildenv-ubuntu-clang:4.0
6+
- image: walberla/buildenv-ubuntu-clang:3.8
77
environment:
88
CIRCLE_BUILD_IMAGE: ubuntu
99
ATOM_CHANNEL: stable

0 commit comments

Comments
 (0)