Skip to content

Commit b8228ee

Browse files
authored
Remove Ubuntu Xenial from CI. (#1833)
Ubuntu 16.04 has reached end of standard support. Signed-off-by: Wolfgang Hess <[email protected]>
1 parent 105c034 commit b8228ee

File tree

4 files changed

+3
-44
lines changed

4 files changed

+3
-44
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ cache:
2222
- /home/travis/docker/
2323

2424
env:
25-
- LSB_RELEASE=xenial DOCKER_CACHE_FILE=/home/travis/docker/xenial-cache.tar.gz CC=gcc CXX=g++
2625
- LSB_RELEASE=bionic DOCKER_CACHE_FILE=/home/travis/docker/bionic-cache.tar.gz CC=gcc CXX=g++
2726
- LSB_RELEASE=focal DOCKER_CACHE_FILE=/home/travis/docker/focal-cache.tar.gz CC=gcc CXX=g++
2827
- LSB_RELEASE=stretch DOCKER_CACHE_FILE=/home/travis/docker/stretch-cache.tar.gz CC=gcc CXX=g++

Dockerfile.xenial

-36
This file was deleted.

cmake/functions.cmake

-4
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ macro(google_initialize_cartographer_project)
7878
else()
7979
set(GOOG_CXX_FLAGS "-pthread -fPIC ${GOOG_CXX_FLAGS}")
8080

81-
if (CMAKE_CXX_COMPILER_ID MATCHES "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 6.1)
82-
google_add_flag(GOOG_CXX_FLAGS "-std=c++11")
83-
endif()
84-
8581
google_add_flag(GOOG_CXX_FLAGS "-Wall")
8682
google_add_flag(GOOG_CXX_FLAGS "-Wpedantic")
8783

docs/source/index.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Getting started without ROS
6565
Please see our ROS integration as a starting point for integrating your system
6666
with the standalone library. Currently, it is the best available reference.
6767

68-
On Ubuntu 16.04 (Xenial):
68+
On Ubuntu 18.04 (Bionic):
6969

7070
.. literalinclude:: ../../scripts/install_debs_cmake.sh
7171
:language: bash
@@ -97,8 +97,8 @@ on systems that meet the following requirements:
9797

9898
* 64-bit, modern CPU (e.g. 3rd generation i7)
9999
* 16 GB RAM
100-
* Ubuntu 16.04 (Xenial), 18.04 (Bionic), 20.04 (Focal)
101-
* gcc version 4.8.4, 5.4.0, 7.5.0, 9.3.0
100+
* Ubuntu 18.04 (Bionic), 20.04 (Focal)
101+
* gcc version 6.3.0, 7.5.0, 9.3.0
102102

103103
Known Issues
104104
------------

0 commit comments

Comments
 (0)