Skip to content
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

GBA build job is failing #702

Closed
ketsuban opened this issue Mar 7, 2019 · 8 comments
Closed

GBA build job is failing #702

ketsuban opened this issue Mar 7, 2019 · 8 comments
Labels

Comments

@ketsuban
Copy link

ketsuban commented Mar 7, 2019

@Lokathor alerted me earlier to a build failure in the gba crate which appears to be caused by stdsimd code. Is this something we can solve on our end by a change to our target specification, or does it require alterations to stdsimd?

@gnzlbg
Copy link
Contributor

gnzlbg commented Mar 7, 2019

cc @japaric

@parched
Copy link

parched commented Mar 9, 2019

@Lokathor
Copy link
Contributor

Lokathor commented Apr 6, 2019

This was fixed, and we can close it now @gnzlbg

@ketsuban ketsuban closed this as completed Apr 6, 2019
@gnzlbg
Copy link
Contributor

gnzlbg commented Apr 9, 2019

The GBA build job is still failing, I'm repurposing this issue to track that.

@gnzlbg gnzlbg reopened this Apr 9, 2019
@gnzlbg gnzlbg changed the title Changes to stdsimd appear to have started causing failures in the gba crate GBA build job is failing Apr 9, 2019
@gnzlbg
Copy link
Contributor

gnzlbg commented Apr 9, 2019

The error message is:

error: Error loading target specification: Could not find specification for target "gba"
  |
  = help: Use `--print target-list` for a list of built-in targets

@Lokathor maybe you could look into that?

@Lokathor
Copy link
Contributor

Lokathor commented Apr 9, 2019

@gnzlbg I can look through this tomorrow, but just glancing at the failed build log I can say that the huge list of packages it was trying to build before it failed is never gonna build on gba, so i think the script got messed up a bit.

@gnzlbg
Copy link
Contributor

gnzlbg commented Apr 9, 2019

Maybe it is trying to build everything using --all, you probably want to only build crates/core_arch and crates/std_detect.

@gnzlbg gnzlbg added the A-gba label Apr 18, 2019
@gnzlbg
Copy link
Contributor

gnzlbg commented Apr 19, 2019

This has been fixed, thank you @Lokathor !

@gnzlbg gnzlbg closed this as completed Apr 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants