Commit Graph

3 Commits

Author SHA1 Message Date
Czarek Nakamoto cbeb46c84b fix syntax 2023-12-30 15:08:35 +01:00
Czarek Nakamoto a3a9a532b3 fix permissions on artifacts 2023-12-30 14:02:41 +01:00
Czarek Nakamoto 48e6f06142 feat: cache build results
debug:
void MONERO_DEBUG_test0();
bool MONERO_DEBUG_test1(bool x);
int MONERO_DEBUG_test2(int x);
uint64_t MONERO_DEBUG_test3(uint64_t x);
void* MONERO_DEBUG_test4(uint64_t x);
const char* MONERO_DEBUG_test5();
const char* MONERO_DEBUG_test5_std();
2023-12-30 13:47:07 +01:00