14:19:08 .merge+ 8979 9039 8965 14:19:12 .merges 14:19:12 -xmr-pr- 8922 8965 8979 8990 9028 9029 9030 9033 9034 9035 9036 9038 9039 9042 9043 9044 9045 9046 9047 9050 9051 14:22:12 ok selsta 14:32:57 yay merges 14:35:06 C++17 :D 14:42:45 this gives me inner peace 14:51:15 tobtoht: do you want to submit the protobuf change that required C+17? or should I look into it? 14:52:59 selsta: I can do it 14:53:23 ty 17:49:35 If you make a PR GitHub compiles it, as part of the "checks". There is no way to download the resulting binaries somehow, GitHub does not store them, right? 17:54:58 rbrunner: click 'show all checks' -> click 'details' on an action that starts with 'ci/gh-actions/depends' -> summary -> artifacts. need to be logged in to download. 17:57:05 They are stored for 30 days or so. 17:57:49 Thanks! That's definitely less than obvious that "Summary" is a link, at least to me 18:59:11 does anyone know what the libexecinfo dependency is used for? 19:01:56 sigh. easylogging. 19:02:09 can I disable easylogging completely? 19:27:43 it's only used for stack traces, right? 19:34:12 which OS are you using? 19:34:31 I could be wrong but I think easylogging is generally used for logging, but stack trace printing can be disabled. 19:37:04 tobtoht: I had a look at the artifacts in the .tar file of my latest PR, and I don't see any binaries there. Maybe still at the wrong place? 19:37:05 https://github.com/monero-project/monero/actions/runs/6763213212?pr=9059 19:37:28 you have to look at the depends job 19:37:48 https://github.com/monero-project/monero/actions/runs/6763213211?pr=9059 19:37:59 I don't know why it didn't upload the Mac binary 19:38:55 oh I know why 19:39:57 Thanks, now I got a ZIP file with the daemon and the CLI wallet in it, finally 20:20:55 selsta: alpine 20:21:06 selsta: i'm going to see if i can patch it out. 20:37:58 cornfeedhobo: compile with -DSTACK_TRACE=OFF