Alejandro R Mosteo
Alejandro R Mosteo
Ah, I thought #1745 relied on some changes here. Will review that one then.
Sorry, @Seb-MCaw, I didn't realize this one was marked as ready for review. Whenever you have one ready for merging, it's better that you explicitly request the review, which will...
Thanks, @Seb-MCaw. I see the last changes weren't as light as hoped.
Understood. Well-formed key check is kicking in before unknown key reporting. So the error is correct, but confusing.
I think the problem comes from a misunderstanding. I've tested a similar setup [here](https://github.com/mosteo/alr-debug/actions/runs/10685267050) and it works as expected. But, after inspecting that gnatcoll.toml, what I see is that there...
Right. It seems a call to `Root.Export_Build_Environment;` is missing after preparing the build and before running the actions.
On deeper inspection, I can't reproduce: ``` $ which gnat $ gnat --version bash: /usr/bin/gnat: No such file or directory $ alr-2.0.1 get xmlada && alr-2.0.1 -C xmlada_24.0.0_ae5a015b action post-fetch...
Actually the `alr printenv` isn't correct, as printenv uses the environment without applying it. Investigating a bit more.
Could you please paste the output of `alr show` when run in your crate workspace?
We don't have a definition of libssl on msys2 (it would be [here](https://github.com/alire-project/alire-index/blob/stable-1.3.0/index/ss/ssl/ssl-external.toml)) so that means that openssl was being installed as a dependency of some other msys2 package (do...