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

Commit

Permalink
ci: downgrade clang image to 3.8
Browse files Browse the repository at this point in the history
This is the most recent of the clang images correctly building at the moment.
  • Loading branch information
keplersj committed Apr 16, 2018
1 parent 9253e41 commit 2ee0e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
defaults: &defaults
working_directory: /tmp/project
docker:
- image: walberla/buildenv-ubuntu-clang:4.0
- image: walberla/buildenv-ubuntu-clang:3.8
environment:
CIRCLE_BUILD_IMAGE: ubuntu
ATOM_CHANNEL: stable
Expand Down

0 comments on commit 2ee0e44

Please sign in to comment.