Eyal
Eyal
The best solution would be for marlin-calc to correct notice that leading 'M' and then correctly get the 118 and ignore the rest of the line as a comment, right?...
I found that, sometimes, the AP fails to start if this happens too fast. Waiting 5 seconds is sufficient. Waiting fewer than 5 seconds might work, too, but 5 seconds...
It's probably due to the craziness that I try to make msys behave like bash in my scripts. Getting a single script to work for both unix and windows is...
I'll try it again. I had a very convoluted solution to my problem many months ago that stopped working 2-3 weeks ago. I'll go back to the simply solution and...
Yeah, I had a really bad solution. I'm going to try to make it work cleanly. Maybe all that I ever needed was path-inherit? I thought that I had done...
@eine I've tried using `path-inherit` but I'm not getting the result that I expect. In my CI, I have a place where I'm printing out the entire environment. Here's what...
> With `path-type: inherit`, those envvars should work. They don't. :-( Do you have a CI output that I can look at which proves otherwise?
You can see here where PATH gets special handling: https://github.com/msys2/MSYS2-packages/blob/915946a637e1f2b7e26e32782f3af322009293db/filesystem/profile#L28-L45 PKG_CONFIG_PATH does not: https://github.com/msys2/MSYS2-packages/blob/915946a637e1f2b7e26e32782f3af322009293db/filesystem/profile#L53
@eine Okay, I found a solution to my problem. I'll describe it here and the different things that I tried. Hopefully it will save someone time in the future. If...
Okay. Doesn't bother me.