]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Drop the standard gcc test build on Travis (GH-853) (GH-861)
authorBrett Cannon <brettcannon@users.noreply.github.com>
Mon, 27 Mar 2017 23:47:35 +0000 (16:47 -0700)
committerGitHub <noreply@github.com>
Mon, 27 Mar 2017 23:47:35 +0000 (16:47 -0700)
Instead have gcc be used for the coverage build so gcc is exercised in at least one place.
(cherry picked from commit ad2f9e2c8a0b44b3e6aec9d28ba59e13239236f7)

.travis.yml

index 22c5c371db623f174eb2e92e50fe171545d67220..5aa7d0b81cdcff6aa38fb5420117e2b3467f9d64 100644 (file)
@@ -10,11 +10,11 @@ os:
   - linux
   # macOS builds are disabled as the machines are under-provisioned on Travis,
   # adding up to an extra hour completing a full CI run.
-  #- osx
 
 compiler:
   - clang
-  - gcc
+  # gcc also works, but to keep the # of concurrent builds down, we use one C
+  # compiler here and the other to run the coverage build.
 
 env:
   - TESTING=cpython