Maxim Reznik
Maxim Reznik
Alr drops permissions when syncs gtkada to shared dependency folder: > ls -l /tmp/ac/builds/gtkada_24.0.1_8aa310cb/05561da954afaee17128f59bba699db2f2e4a4215317b2b818a8016192c82334/configure > -rw-r--r-- 1 runner docker 162964 Sep 24 11:55 /tmp/ac/builds/gtkada_24.0.1_8aa310cb/05561da954afaee17128f59bba699db2f2e4a4215317b2b818a8016192c82334/configure The CI scripts tries to build...
I've opened the issue https://github.com/alire-project/alire/issues/1763
If I an not mistaken: * `[environment.'case(os)'.'macos'.GPR_PROJECT_PATH]` works * `[environment.'case(os)'.'macos|linux'.GPR_PROJECT_PATH]` doesn't work
It seems it works with nightly built alr. Thank you!
:disappointed:
What do you think about such PR (#13)? With this I can send UDP broacasts in more natural way: ```ada UDP_Sockets.Socket.Send (To => (255, 255, 255, 255), Packet => Packet,...