-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
@staticfloat, I'm seeing an odd clang failure on MacOS Travis that I can't replicate on my local machine (with
|
@staticfloat, any ideas? |
Occasionally, the gnu binutils toolchain on MacOS generates bad stuff. I don't know why, it's a known issue. Luckily, we can use the LLVM toolchain as a drop-in replacement. Put the following before you configure and it should work:
Why not just always use the LLVM Also, I suggest doing a |
Thanks @staticfloat, I just pushed the patches you suggested. |
It now builds, but is refusing to upload:
It used to work — how did I screw this up? Did BinaryBuilder change how you are supposed to do build in parts (with |
Bad credentials sounds like your token is not being picked up. How are you providing the github token, and are you certain it was not deleted from your account? |
I created the token a while back with |
Oh !@#$@$ github, I just looked in https://github.com/settings/security and saw a bunch of log messages like:
So it looks like I will need to re-create most of my personal access tokens. Is there a way to prevent them from being deleted just because I haven't used them recently? |
I re-created the travis tokens via |
This builds a prerelease FFTW tarball with a new undocumented feature that will hopefully let us easily support partr threads in Julia 1.3 (FFTW/fftw3#175)