Dennis Felsing

Results 339 comments of Dennis Felsing

Reported in ccache: https://github.com/ccache/ccache/issues/1116

I can't reproduce this on Linux: ``` [2022-07-12 14:37:52][engine]: running on unix-linux-amd64 [2022-07-12 14:37:52][engine]: arch is little endian [2022-07-12 14:37:52][storage]: added path '$USERDIR' ('/home/deen/.teeworlds') [2022-07-12 14:37:52][storage]: added path '$DATADIR' ('data')...

> https://codedoc.ddnet.org/ also doesn't work yet. Works for me.

@heinrich5991 The POST for https://master1.ddnet.org/ddnet/15/register is not working with a 307 redirect I guess. But somehow only fails on macOS in CI, locally I don't get it: https://github.com/ddnet/ddnet/runs/6710320067?check_suite_focus=true ``` [2022-06-02...

I think it is, as I wrote before.

> I get > > > Error 526 Ray ID: 715461013e2c7278 • 2022-06-03 00:40:42 UTC > > Invalid SSL certificate > > from https://codedoc.ddnet.org/. Ok, get it too after a...

I'll try without redirecting master1.ddnet.org. Edit: Doesn't seem to help, still the same problem.

Ok. Now all done except the macOS master1 issue, which is a mystery to me.

I'm really stumped here with why macOS CI fails to contact master1.ddnet.org but works on master1.ddnet.tw. I can't reprocduce it locally, different curl versions make no difference. Anyone got an...

We don't even use OpenSSL on macOS, but the native secure-transport. Edit: Found a related-looking bug: https://github.com/curl/curl/issues/4524 I'll try `sudo defaults write /Library/Preferences/com.apple.networkd tcp_connect_enable_tls13 1` in CI. But I don't...