21:11:23 Any ideas how I can fix these compile errors? https://github.com/UkoeHB/monero/actions/runs/4985021170/jobs/8924141453 21:11:23 It's complaining about these lines: https://github.com/UkoeHB/monero/blob/917e39fc006a4c48e71defc0a93ba643c7f8c147/src/async/task_types.h#L85 which work fine on other architectures. 21:11:53 it stopped working after I rebased (a 10 month rebase) 21:12:33 maybe vtnerd_ ? 21:30:03 Looks like a missing include to get the definition of SleepyTask. 21:55:50 I think it's an issue with gcc... is it supposed to be running this? `gcc/aarch64-linux-android/4.9.x` 22:00:35 the readme says the min gcc version is 5 22:26:07 cmake log says gcc 9.4.0 there 22:27:45 and also clang 6.0.2? Interesting 22:27:50 that's an ancient clang version