-
Notifications
You must be signed in to change notification settings - Fork 206
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
NativeAOT-LLVM: package publishing broken #2539
Comments
It is failing with I do not think that it was broken by the merge. We are required to switch to standardized YAML templates, and it looks like that the branches that have not switched yet fail the official builds now. @agocke Could you please confirm that the above error is caused by missing official templates? If it is the case, the fix is going to be to take another merge to pick up changes like dotnet/runtime#99433 and then fix things up. |
I've started the next merge, as mentioned above, there are yml changes. Will we be able to swtich to these new jobs do you think:
i.e. the |
|
Note: we don't use helix for tests (the tests are run on the build machines). |
Yup the above issue is caused by the switch to internal builds. I'm happy to fix up the internal pipeline, but we need to get the public pipeline swapped over. Most important is to just get a merge from runtime-main. I can probably take it from there. |
@jkotas I think it should have published by now, but hasn't, would you mind seeing what the error is please? |
I talked to @agocke earlier today and he is going to take it from here to fix this up. (It may require reconfiguring AzDo in addition to editing the checked-in ymls.) |
Almost there! After #2563, the publish is failing with:
The problem is that |
#2566 should fix it. |
Packages published successfully ( |
I just tested the packages on our hello world sample and they work. I think this can be closed. Thanks everyone! |
Thanks all! |
HI @jkotas, could you please post the current package publishing error, the merge has broken it again?
Thanks,
The text was updated successfully, but these errors were encountered: