-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alr build runs post_fetch action #1235
Comments
I noticed a very similar and possibly related issue: it does not run the |
@jklmnn, this is with There are changes in |
1.2.2 works, but 2.0 breaks. This is the result I get with the nightly alire in GitHub actions. The reason for the failure is that xmlada's configure script was not run and |
OK, thanks for checking. |
@jklmnn any news about this? I can build If you have instructions on reproducing this locally please share. Note that If you need to ensure artifacts generated by |
Just found that in |
More precisely, |
I just tried it in my use case and it seems the problem is solved 👍. |
I'm working on a patch for ada_language_server. When I run 'alr build', it executes a post_fetch action for xmlada:
alr --no-tty --no-color -v build --development
Full output attached as build.log. Apparently the problem is caused by this:
-> Detected missing dependency sources, updating workspace...
which then causes this:
Note: Running post_fetch actions for xmlada=23.0.0...
-> Running action: Post_Fetch run: ${CRATE_DIR}/./sh configure
-> Spawning: ["sh", "configure"]
So apparently that post_fetch action deletes some xmlada sources, or something. So maybe this is an issue with the xmlada crate?
build.log
The text was updated successfully, but these errors were encountered: