Skip to content

Commit

Permalink
[CI] upgrade stretch to buster
Browse files Browse the repository at this point in the history
In CircleCI setup, bump rust:stretch to rust:buster for builders. This
is to keep it consistent with Docker build.
  • Loading branch information
sausagee committed Nov 8, 2019
1 parent b185766 commit 6862422
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: 2.1
executors:
build-executor:
docker:
- image: circleci/rust:stretch
- image: circleci/rust:buster
resource_class: 2xlarge
audit-executor:
docker:
- image: circleci/rust:stretch
- image: circleci/rust:buster
resource_class: xlarge
terraform-executor:
docker:
Expand Down Expand Up @@ -44,9 +44,8 @@ commands:
- run:
name: Install Dependencies
command: |
sudo sh -c 'echo "deb http://deb.debian.org/debian stretch-backports main" > /etc/apt/sources.list.d/backports.list'
sudo apt-get update
sudo apt-get install -y protobuf-compiler/stretch-backports cmake curl
sudo apt-get install -y cmake curl
sudo apt-get clean
sudo rm -r /var/lib/apt/lists/*
rustup component add clippy rustfmt
Expand Down

0 comments on commit 6862422

Please sign in to comment.