-
selsta.merge+ 8979 9039 8965
-
selsta.merges
-
xmr-pr8922 8965 8979 8990 9028 9029 9030 9033 9034 9035 9036 9038 9039 9042 9043 9044 9045 9046 9047 9050 9051
-
luigi1111wok selsta
-
m-relay<tobtoht:monero.social> yay merges
-
selstaC++17 :D
-
m-relay<tobtoht:monero.social> this gives me inner peace
-
selstatobtoht: do you want to submit the protobuf change that required C+17? or should I look into it?
-
m-relay<tobtoht:monero.social> selsta: I can do it
-
selstaty
-
rbrunnerIf 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?
-
m-relay<tobtoht:monero.social> 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.
-
selstaThey are stored for 30 days or so.
-
rbrunnerThanks! That's definitely less than obvious that "Summary" is a link, at least to me
-
cornfeedhobodoes anyone know what the libexecinfo dependency is used for?
-
cornfeedhobosigh. easylogging.
-
cornfeedhobocan I disable easylogging completely?
-
cornfeedhoboit's only used for stack traces, right?
-
selstawhich OS are you using?
-
selstaI could be wrong but I think easylogging is generally used for logging, but stack trace printing can be disabled.
-
rbrunnertobtoht: 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?
-
rbrunner
-
selstayou have to look at the depends job
-
selsta
-
selstaI don't know why it didn't upload the Mac binary
-
selstaoh I know why
-
rbrunnerThanks, now I got a ZIP file with the daemon and the CLI wallet in it, finally
-
cornfeedhoboselsta: alpine
-
cornfeedhoboselsta: i'm going to see if i can patch it out.
-
m-relay<tobtoht:monero.social> cornfeedhobo: compile with -DSTACK_TRACE=OFF