-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
32-bit linux compilation error #1760
Comments
What version of LLVM are you using? |
I'm using llvm 3.9.1-2
|
@Praetonus looks like #1726 broke this. |
@n3f4s sorry for that problem, we should have a fix soon. We don't have 32-bit CI so we do best effort to keep it working. |
@jemc @killerswan per travis-ci/travis-ci#5770, could we use a docker image to 32 bit testing even if it's just with a single LLVM version? If this seems reasonable, I'll open an issue for it. |
@SeanTAllen @jemc That's an interesting possibility! But now I need to go down the rabbit hole of understanding what testing we already do of our existing Dockerfile anyways, too... |
@SeanTAllen @killerswan - not 100% sure, but I don't think |
What that Travis CI thread is talking about (if I follow correctly) is using 32-bit docker images on 64-bit Travis VMs, though. It'd take making another Dockerfile, I assume, so I was then wondering what else we should be thinking of testing... |
@n3f4s sorry we're hijacking your ticket here! 😅 |
It should be fixed in #1762. Sorry for the trouble. |
@n3f4s the fixed has been merged |
i'm not going to kick off a new release for this as the bug was introduced since the last release so merely updating master should be good enough. |
Hi,
I tried to compile ponyc from source.
I have an error:
I'm on manjaro linux 32bits (a distribution based on arch linux).
The text was updated successfully, but these errors were encountered: