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

build: move armv6 snapshot test to configure_arm() #296

Closed
wants to merge 1 commit into from

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented Jan 12, 2015

fails on windows because is_arch_armv6() calls CC to get properties, so moved to a scope where we know we're at least on ARM

please review @chrisdickinson

/cc @Cydox

fails on windows because is_arch_armv6() calls CC to get properties,
so moved to a scope where we know we're at least on ARM
@chrisdickinson
Copy link
Contributor

LGTM.

rvagg added a commit that referenced this pull request Jan 12, 2015
fails on windows because is_arch_armv6() calls CC to get properties,
so moved to a scope where we know we're at least on ARM

PR-URL: #296
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
@rvagg
Copy link
Member Author

rvagg commented Jan 12, 2015

landed in 70c2501, thanks @chrisdickinson, @Cydox I haven't tested it on my pi yet, would you mind having a play with this to confirm?

@rvagg rvagg closed this Jan 12, 2015
@rvagg rvagg deleted the configure-armv6-check branch January 12, 2015 05:07
@Cydox
Copy link

Cydox commented Jan 12, 2015

it actually compiles this way but it did throw an error when running 'illegeal instruction'.
But just now after some hours of compiling and the help of @bnoordhuis i found some other
command line arguments #283 . I´ll open another PL.(probaply should mave made it into the first but it took too long to compile)

Edit: the other command line arguments didn´t work. #283

@rvagg
Copy link
Member Author

rvagg commented Jan 12, 2015

@Cydox I'd like to get an armv6l build into nightlies and releases but am having trouble getting a complete compile. I don't have time to investigate but would love if you could let me know when I should try and reenable this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants