-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
CI is Broken #40
Comments
Related to this, when trying to figure out why #38 wasn't passing I found that a couple of the |
32935d5 broke CI. There was also no PR for it, from the looks of things. |
I was making attempt to release PACs, but I couldn't. There were missing pieces of the puzzle, no Rust code changes. So I did my best to make this work bringing back some of my original ideas to the update script (originally in Python, rewritten to bash by @tmplt, but incomplete). I've managed to release PACs, but there were other issues, so I pushed what worked to develop directly so it sits there tagged. Now, I have more changes to fix builds of other stuff and address CI, but I plan to PR these, so hopefully I'll manage to do this over weekend. Then I'm afraid we have to scrap this repo in favour of separate repos for PACs and HAL, major reason is the size of the current one and problem with checkouts, the next reason is it would make it easier to release and tag releases per repository. I'll do this for PACs first with my new method of building them. Later I can extract full history for |
How so? What was missing?
What is this new method? |
PACs have to have right
The crate doesn't deliver several thousands of files, but runs |
Good work. Looking forward to see it merged. |
The CI is broken since the last push.
The CI for #38 fails in a few places (where it decides to run).
First cause of failure is that the CI think every subfolder of
./pacs/
is a pac, it clears the two first charactersat
normally, and builds with the selected pac as a feature.Now there is a
templates
folder resulting in an attempt to runcargo build --features unproven,mplates
.Second Cause of failure mostly speaks for itself:
and results from the changes made to
Cargo.toml
in the root folder.The text was updated successfully, but these errors were encountered: