Kaynağa Gözat

Update circle-ci debian releases and python images

Summary: Wheezy is not supported any more : https://www.debian.org/releases/

Reviewed By: EdouardGrave

Differential Revision: D14706400

fbshipit-source-id: 14dbb6b48b963f7802d82b64c64b14ca5f02eb0c
Onur Çelebi 7 yıl önce
ebeveyn
işleme
36b147d6f0
2 değiştirilmiş dosya ile 19 ekleme ve 19 silme
  1. 18 18
      .circleci/config.yml
  2. 1 1
      README.md

+ 18 - 18
.circleci/config.yml

@@ -22,9 +22,9 @@
 
 version: 2
 jobs:
-  "py361":
+  "py368":
     docker:
-      - image: circleci/python:3.6.1
+      - image: circleci/python:3.6.8
     working_directory: ~/repo
     steps:
       - checkout
@@ -34,9 +34,9 @@ jobs:
             . .circleci/python_test.sh
 
 
-  "py353":
+  "py357":
     docker:
-      - image: circleci/python:3.5.3
+      - image: circleci/python:3.5.7
     working_directory: ~/repo
     steps:
       - checkout
@@ -45,9 +45,9 @@ jobs:
             . .circleci/setup_circleimg.sh
             . .circleci/python_test.sh
 
-  "py346":
+  "py3410":
     docker:
-      - image: circleci/python:3.4.6
+      - image: circleci/python:3.4.10
     working_directory: ~/repo
     steps:
       - checkout
@@ -56,9 +56,9 @@ jobs:
             . .circleci/setup_circleimg.sh
             . .circleci/python_test.sh
 
-  "py2713":
+  "py2715":
     docker:
-      - image: circleci/python:2.7.13
+      - image: circleci/python:2.7.15
     working_directory: ~/repo
     steps:
       - checkout
@@ -107,9 +107,9 @@ jobs:
           command: |
             . .circleci/gcc_test.sh
 
-  "debian-wheezy-gcc":
+  "debian-stretch-gcc":
     docker:
-      - image: debian:wheezy
+      - image: debian:stretch
     working_directory: ~/repo
     steps:
       - checkout
@@ -118,9 +118,9 @@ jobs:
             . .circleci/setup_debian.sh
             . .circleci/gcc_test.sh
 
-  "debian-wheezy-cmake":
+  "debian-stretch-cmake":
     docker:
-      - image: debian:wheezy
+      - image: debian:stretch
     working_directory: ~/repo
     steps:
       - checkout
@@ -180,17 +180,17 @@ workflows:
   version: 2
   build:
     jobs:
-      - "py361"
-      - "py353"
-      - "py346"
-      - "py2713"
+      - "py368"
+      - "py357"
+      - "py3410"
+      - "py2715"
       - "gcc5"
       - "gcc6"
       - "gcc7"
       - "gcclatest"
       - "website-build"
-      - "debian-wheezy-gcc"
-      - "debian-wheezy-cmake"
+      - "debian-stretch-gcc"
+      - "debian-stretch-cmake"
       - "debian-jessie-gcc"
       - "debian-jessie-cmake"
       - "debian-jessie-python"

+ 1 - 1
README.md

@@ -59,7 +59,7 @@ These include :
 Compilation is carried out using a Makefile, so you will need to have a working **make**.
 If you want to use **cmake** you need at least version 2.8.9.
 
-One of the oldest distributions we successfully built and tested the CLI under is [Debian wheezy](https://www.debian.org/releases/wheezy/).
+One of the oldest distributions we successfully built and tested the CLI under is [Debian jessie](https://www.debian.org/releases/jessie/).
 
 For the word-similarity evaluation script you will need: