From 6706d6053e639bc362f4ab73508e243305fca04f Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Mon, 6 Jan 2020 18:28:29 -0500 Subject: [PATCH] Upgrading gcc to gcc 8 --- .drone.yml | 14 +++++++------- CONTRIBUTORS | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 87980ca75..855c58074 100644 --- a/.drone.yml +++ b/.drone.yml @@ -166,7 +166,7 @@ platform: steps: - name: Build and Test - image: gcc:7 + image: gcc:8 environment: CC: gcc CXX: g++ @@ -188,7 +188,7 @@ platform: steps: - name: Build and Test - image: gcc:7 + image: gcc:8 environment: CC: gcc CXX: g++ @@ -232,7 +232,7 @@ platform: steps: - name: Build and Test - image: gcc:7 + image: gcc:8 environment: CC: gcc CXX: g++ @@ -276,7 +276,7 @@ platform: steps: - name: Build and Test - image: gcc:7 + image: gcc:8 environment: CC: gcc CXX: g++ @@ -321,7 +321,7 @@ platform: steps: - name: Build and Test - image: gcc:7 + image: gcc:8 environment: CC: gcc CXX: g++ @@ -366,7 +366,7 @@ platform: steps: - name: Build and Test - image: gcc:7 + image: gcc:8 environment: CC: gcc CXX: g++ @@ -411,7 +411,7 @@ platform: steps: - name: Build and Test - image: gcc:7 + image: gcc:8 environment: CC: gcc CXX: g++ diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c1a49c60b..4df712a3f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -30,5 +30,6 @@ Io Daza Dillon Paul Dreik Jeremie Piotte Matthew Wilson +Dušan Jovanović # if you have contributed to the project and your name does not # appear in this list, please let us know!