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

travis-tool.sh run_tests 64-bit? #164

Open
cdeterman opened this issue Nov 12, 2015 · 2 comments
Open

travis-tool.sh run_tests 64-bit? #164

cdeterman opened this issue Nov 12, 2015 · 2 comments

Comments

@cdeterman
Copy link

I am trying to use travis-tool.sh on appveyor to install my R package. However, I would like it to default to the 64 bit version. Currently the build errors out because it is looking for a 64 bit library (that is built during the build) but the default platform is 32-bit despite me explicitly stating the 64-bit platform with my appveyor.yml.

travis-tool.sh run_tests
...
...
using platform: i386-w64-mingw32 (32-bit)

Is there a way to run the travis-tool to use the 64 bit version?

@craigcitro
Copy link
Owner

i'll admit i haven't played with appveyor much -- @krlmlr is really the expert here.

@krlmlr
Copy link
Contributor

krlmlr commented Nov 13, 2015

r-appveyor currently does use 32-bit R, even on 64-bit appveyor. Could you please copy this issue over to https://github.com/krlmlr/r-appveyor/issues?

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

No branches or pull requests

3 participants