aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-01-01 19:21:59 +0100
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-01-01 19:57:13 +0100
commite4511d02a20e53e1aa2e5d4886bd68dd73f885b3 (patch)
treeddc904fca617e088e623e0ab00dd374668da2241
parentcae9d908e8b319e8a0c33f7089ecb7f2e9317de8 (diff)
downloadlibquotient-e4511d02a20e53e1aa2e5d4886bd68dd73f885b3.tar.gz
libquotient-e4511d02a20e53e1aa2e5d4886bd68dd73f885b3.zip
Get LGTM working again
Unfortunately LGTM still sits on Ubuntu 19.10 (not even LTS) which really limits the choice of compilers: the newest GCC is of version 9 and the newest Clang seems to be version 9 as well - both are quite old and giving when it comes to modern features support. The latest error is GCC 9 tripping over the assignment of the function specialisation to std::function. Clang 9 doesn't and otherwise seems fine.
-rw-r--r--.lgtm.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
index 308675a8..a01e1de9 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -15,4 +15,4 @@ extraction:
# - cmake --build build
# - popd
configure:
- command: "cmake . -GNinja" # -DOlm_DIR=olm/build"
+ command: "CXX=clang++-9 cmake . -GNinja" # -DOlm_DIR=olm/build"