I am not sure if this is a problem with the runners or a problem with changes to code or CI...
I am seeing the following failure:
Compiling file GSAvahiNetServiceBrowser.m ...
Compiling file GSAvahiClient.m ...
Compiling file GSAvahiRunLoopIntegration.m ...
gmake[4]: *** No rule to make target 'obj/ObjectiveC2.obj/blocks_runtime.m.o', needed by 'obj/libgnustep-base.so.1.29.0'. Stop.
gmake[4]: *** Waiting for unfinished jobs....
Compiling file GSFFIInvocation.m ...
gmake[3]: *** [/__w/libs-base/libs-base/build/share/GNUstep/Makefiles/Instance/library.make:286: internal-library-all_] Error 2
gmake[2]: *** [/__w/libs-base/libs-base/build/share/GNUstep/Makefiles/Master/rules.make:297: libgnustep-base.all.library.variables] Error 2
gmake[1]: *** [/__w/libs-base/libs-base/build/share/GNUstep/Makefiles/Master/library.make:37: internal-all] Error 2
make: *** [/__w/libs-base/libs-base/build/share/GNUstep/Makefiles/Master/serial-subdirectories.make:53: internal-all] Error 2
I re-ran the base test for Ubuntu 22 GCC to test this and it fails. I did this after it failed on my branch's draft PR.
Yours, GC
--