From b4cf728b070946ceaf9b273b061810484b77b67e Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sun, 26 Mar 2023 17:00:20 +0300 Subject: Travis CI: Remove duplicate build with gcc-8/x64 -O3 (a chery-pick of commit 900ccb03a from 'master') --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index b26d8ff..5efb273 100644 --- a/.travis.yml +++ b/.travis.yml @@ -94,15 +94,6 @@ jobs: compiler: gcc-8 env: - CFLAGS_EXTRA="-O3 -march=native" - - addons: - apt: - packages: - - gcc-8 - sources: - - ubuntu-toolchain-r-test - compiler: gcc-8 - env: - - CFLAGS_EXTRA="-O3 -march=native" - addons: apt: packages: -- cgit v1.2.1