Old Dip Tracker
Old Dip Tracker
> I think the error is because we're using something older than Qt 5.11. Yes. We'd be bringing back some macros if we want to support older Qt5 than latest....
> If we do this, should we start with a configure check for Qt >= 5.15? Not as long as depends is not updated because then we'll not have a...
depends has 5.7 so you can simply test it with a standard build w/ that
I have some questions: 1. Do we need dev branches and PRs to compile on ubuntu:lts or debian:stable? 2. What is the scope of testing for this template? Are we...
1. Would it make sense to automate this? Doesn't need to be a ***blocking*** CI, maybe a non-blocking one? 2. The problem with extracting binaries to run on something different...
Okay let's focus on 3. Is there any reason why the CI artifacts won't work?
These archives: https://github.com/dogecoin/dogecoin/actions/runs/4111415774#artifacts contain compiled binaries per PR. They should make it easier to test, especially for those platforms that we only support x-compile for (windows and Mac). But that...
I thought about this a bit and no I don't really think we're talking past each other. I think that this is fine, but remain of the opinion that it...
Example results when running `iwyu` with clang-14 against the files mentioned in #3377: ### `util/bip32.cpp` ```console # python3 ../include-what-you-use/iwyu_tool.py src/util/bip32.cpp -p . -j6 -- -Xiwyu --cxx17ns util/bip32.h should add these...
Thank you! - I've fixed the immediate issue where `expat-2.5.0.tar.bz2` wasn't properly configured for public access on the depends mirror I maintain - this de-escalates this issue for non-release 1.15.0...