[14:47:27] *** Joins: Dominus
[14:48:56] *** Joins: exult-bridge
[14:49:07] Dominus: test
[14:50:04] exult-bridge:Dominus: the bot might work now and will try to reconnect 10 times when it was disconnected. The default was 0 which is not really good πŸ™‚
[14:50:21] exult-bridge:Dominus: I could not make it connect to my znc for some reason.
[15:10:42] exult-bridge:Dominus: @Marzo xcodebuild build -scheme Exult -project SOURCE/ios/Exult.xcodeproj CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED="NO" CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED="NO"
[15:52:23] exult-bridge:Dominus: As for the libraries, itβ€˜s probably best to curl the latest release of those. SDL2 and munt heads are likely to break builds from time to time πŸ€·β€β™‚οΈ
[17:25:19] *** Quits: Dominus (Oh no... znc died)
[17:25:32] *** Joins: Dominus
[18:41:31] exult-bridge:Marzo: Android CI is going (https://github.com/exult/exult/runs/8052304193?check_suite_focus=true), but I expect it to fail if my local experience is any guide
[18:45:03] github-actions: exult/refs/heads/mastera885da78f3a249d4dd9b56df3eced7161e04405e https://github.com/exult/exult/actions/runs/2940256966 The Windows build succeeded.
[18:45:37] github-actions: exult/refs/heads/mastera885da78f3a249d4dd9b56df3eced7161e04405e https://github.com/exult/exult/actions/runs/2940256963 The Android build failed.
[18:45:46] exult-bridge:Marzo: Yep, same errors I got locally
[18:46:04] exult-bridge:Marzo: Namely, a couple errors in libvorbis
[18:47:17] github-actions: exult/refs/heads/mastera885da78f3a249d4dd9b56df3eced7161e04405e https://github.com/exult/exult/actions/runs/2940256964 The macOS build succeeded.
[18:52:27] github-actions: exult/refs/heads/mastera885da78f3a249d4dd9b56df3eced7161e04405e https://github.com/exult/exult/actions/runs/2940256965 The Linux build succeeded.
[19:02:04] exult-bridge:Dominus: odd...
[19:24:04] *** Quits: Dominus (Oh no... znc died)
[19:24:17] *** Joins: Dominus
[19:55:25] exult-bridge:Marzo: I think we will have to ask for the help pf the guy that did the original port
[19:57:48] exult-bridge:Dominus: @Marzo I took a look at an iOS CI https://pastebin.com/vRXKCgJu
[19:57:55] exult-bridge:Dominus: this could possibly work
[19:58:46] exult-bridge:Dominus: no idea if the https://github.com/marketplace/actions/git-clone-action actually works on a macOs image, though
[19:59:29] exult-bridge:Dominus: one could also grab the zips of the libraries like this: LOCATION=$(curl -s https://api.github.com/repos/xiph/ogg/releases/latest \ | grep "tag_name" \ | awk '{print "https://github.com/xiph/ogg/archive/" substr($2, 2, length($2)-3) ".zip"}') \ ; curl -L -o libogg.zip $LOCATION
[20:00:45] exult-bridge:Dominus: but then you need to unzip them correctly with the hurdle that they have a "top folder" that either needs to be renamed or somehow else gotten rid off
[20:01:26] exult-bridge:Dominus: AND munt has no release tags, only "normal" tags and different and kind of messy
[20:04:21] exult-bridge:Dominus: (https://github.com/munt/munt/tags)
[20:10:49] exult-bridge:Marzo: What is worse is that I found a way to test GH actions locally, but it only works for Linux hosts (this one: https://github.com/nektos/act)
[20:12:14] exult-bridge:Dominus: I think I found that as well, when I last took on GH actions but decided that I'm not having time to figure that out
[20:14:53] exult-bridge:Dominus: hmmm, as for the Android build, I think Ceckak is building it on macOS...
[20:15:18] exult-bridge:Marzo: Well, the commands will probably the same
[20:27:14] exult-bridge:Dominus: Could you test the git-clone-action from that ci-ios in that test environment just to see whether they work as I wrote them? I assume you have that https://github.com/nektos/act set up)
[20:35:13] exult-bridge:Marzo: It doesn't work, no
[20:36:32] exult-bridge:Dominus: Meh
[20:43:15] exult-bridge:Marzo: It works replacing 'sudosubin/git-clone-action@v1' by 'actions/checkout@master'
[20:45:37] exult-bridge:Marzo: I will test everything Monday
[20:47:24] exult-bridge:Dominus: updated pastebin https://pastebin.com/y2gDseQ0
[20:50:44] *** Quits: Marzo (Ping timeout: 255 seconds)