Skip to content

Commit

Permalink
fix: install gcc by hand (#571)
Browse files Browse the repository at this point in the history
Preliminary fix for broken unit tests in protobuf dependency update
  • Loading branch information
software-dov committed Aug 17, 2020
1 parent 481975e commit e224a03
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .circleci/config.yml
Expand Up @@ -244,7 +244,7 @@ jobs:
name: Install system dependencies.
command: |
apt-get update
apt-get install -y curl pandoc unzip
apt-get install -y curl pandoc unzip gcc
- run:
name: Install nox.
command: pip install nox
Expand All @@ -269,7 +269,7 @@ jobs:
name: Install system dependencies.
command: |
apt-get update
apt-get install -y curl pandoc unzip
apt-get install -y curl pandoc unzip gcc
- run:
name: Install nox.
command: pip install nox
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
name: Install system dependencies.
command: |
apt-get update
apt-get install -y curl pandoc unzip
apt-get install -y curl pandoc unzip gcc
- run:
name: Install nox.
command: pip install nox
Expand All @@ -335,7 +335,7 @@ jobs:
name: Install system dependencies.
command: |
apt-get update
apt-get install -y curl pandoc unzip
apt-get install -y curl pandoc unzip gcc
- run:
name: Install nox.
command: pip install nox
Expand Down Expand Up @@ -375,7 +375,7 @@ jobs:
name: Install system dependencies.
command: |
apt-get update
apt-get install -y curl pandoc unzip
apt-get install -y curl pandoc unzip gcc
- run:
name: Install protoc 3.12.1.
command: |
Expand All @@ -399,7 +399,7 @@ jobs:
name: Install system dependencies.
command: |
apt-get update
apt-get install -y curl pandoc unzip
apt-get install -y curl pandoc unzip gcc
- run:
name: Install protoc 3.12.1.
command: |
Expand All @@ -423,7 +423,7 @@ jobs:
name: Install system dependencies.
command: |
apt-get update
apt-get install -y curl pandoc unzip
apt-get install -y curl pandoc unzip gcc
- run:
name: Install protoc 3.12.1.
command: |
Expand All @@ -447,7 +447,7 @@ jobs:
name: Install system dependencies.
command: |
apt-get update
apt-get install -y curl pandoc unzip
apt-get install -y curl pandoc unzip gcc
- run:
name: Install protoc 3.12.1.
command: |
Expand All @@ -471,7 +471,7 @@ jobs:
name: Install system dependencies.
command: |
apt-get update
apt-get install -y curl pandoc unzip
apt-get install -y curl pandoc unzip gcc
- run:
name: Install protoc 3.12.1.
command: |
Expand All @@ -495,7 +495,7 @@ jobs:
name: Install system dependencies.
command: |
apt-get update
apt-get install -y curl pandoc unzip
apt-get install -y curl pandoc unzip gcc
- run:
name: Install protoc 3.12.1.
command: |
Expand All @@ -519,7 +519,7 @@ jobs:
name: Install system dependencies.
command: |
apt-get update
apt-get install -y curl pandoc unzip
apt-get install -y curl pandoc unzip gcc
- run:
name: Install protoc 3.12.1.
command: |
Expand All @@ -543,7 +543,7 @@ jobs:
name: Install system dependencies.
command: |
apt-get update
apt-get install -y curl pandoc unzip
apt-get install -y curl pandoc unzip gcc
- run:
name: Install protoc 3.12.1.
command: |
Expand All @@ -567,7 +567,7 @@ jobs:
name: Install system dependencies.
command: |
apt-get update
apt-get install -y curl pandoc unzip
apt-get install -y curl pandoc unzip gcc
- run:
name: Install protoc 3.12.1.
command: |
Expand All @@ -591,7 +591,7 @@ jobs:
name: Install pandoc
command: |
apt-get update
apt-get install -y pandoc
apt-get install -y pandoc gcc
- run:
name: Install nox and codecov.
command: |
Expand All @@ -613,7 +613,7 @@ jobs:
name: Install pandoc
command: |
apt-get update
apt-get install -y pandoc
apt-get install -y pandoc gcc
- run:
name: Install nox and codecov.
command: |
Expand All @@ -635,7 +635,7 @@ jobs:
name: Install pandoc
command: |
apt-get update
apt-get install -y pandoc
apt-get install -y pandoc gcc
- run:
name: Install nox and codecov.
command: |
Expand Down

0 comments on commit e224a03

Please sign in to comment.