summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2021-02-05 14:53:22 -0500
committerGitHub <noreply@github.com>2021-02-05 14:53:22 -0500
commitc5a11df0db66c73b2f59537102c11f0dff8427e5 (patch)
treeb33a56850e1d25b861e3db04e1b58c4acde20c5d /.github
parent8e0abd693cf549e4ccc1a73204370fa649a594bb (diff)
downloadsdl_core-c5a11df0db66c73b2f59537102c11f0dff8427e5.tar.gz
Add Ubuntu 20.04 support (#3625)
* Fix build warnings and errors for Ubuntu version 20.04 - Apply macro fix for GTEST_DISALLOW_ASSIGN_ and GTEST_DISALLOW_COPY_AND_ASSIGN_ from googletest project - Fix usage of deprecated functions in openssl 1.1.0 - Include deprecated `sysctl.h` only in QNX build - Fix warnings in InterfaceGenerator scripts * Add 20.04 to supported platforms * Remove broken tests after openssl1.1 update
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 1da30fbf62..bc90d907c1 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -6,6 +6,7 @@ Third party contributions are essential for making SDL great. However, we do hav
Currently supported:
* Ubuntu Linux 16.04 with GCC 5.4.x
* Ubuntu Linux 18.04 with GCC 7.3.x
+* Ubuntu Linux 20.04 with GCC 9.3.x
* [C++11 standard](https://github.com/smartdevicelink/sdl_evolution/issues/132)
### Issues