offa
offa
> And should we keep the variable global, assuming there was a reason for that? Is there are reason to motivate a global?
ping @gokadzev
You can add a F-Droid build flavour without updater. I'm not an expert in this subject, but maybe the F-Droid folks can help out here.
If it's only the `string_view` – rarely used at the moment – we can get away with it. But according to [cppreference compiler support](https://en.cppreference.com/w/cpp/compiler_support/17) most of C++17 features are shipped...
We use inline variables too.
So we can either support GCC < 7 (= C++14) or require GCC >= 7 (C++17). Personally I'd prefer C++17 – almost the last but two standard – but I...
Can we close #175 and #176 then?
You can use containers which makes the build independed from host image: ```yml […] container: image: ${{ matrix.build_config.compiler == 'clang' && 'teeks99/clang-ubuntu' || matrix.build_config.compiler }}:${{ matrix.build_config.version }} […] ``` (Or...
ping @mizzunet
ping @basvodde