Dylan Arbour

Results 40 comments of Dylan Arbour

Updated the macos runner to macos-11 (latest is still 10.15). I don't think that'll fix it but arm64 cross compilation support should be better.

@BurntSushi on the universal binary: https://github.com/BurntSushi/ripgrep/issues/1737#issuecomment-732270480

I was able to build both amd64/arm64 binaries and run the tests with cargo/cross on macOS 13 with an arm64 machine @BurntSushi We might be good to go here if...

Hey @BurntSushi, I don't mean to bother you, but could you please **approve the workflow** so I can continue on this?

Thank you! So it's failing because it looks like the target `aarch64-apple-darwin`isn't present. I had this problem locally as well but I was able to solve it by resolving the...

Seems like this is still blocked by Cross because of https://github.com/cross-rs/cross/issues/558. We could also use M1 runners if GitHub ever releases them. I'll finish this PR up if either of...

We're running into this issue as well. For the non-C/CPP initiated, why are the headers easily discovered on Darwin or Linux/amd64 but not arm64? If there is a bit more...

It does! Ours is just fussy about the commit not belonging to a tree / branch. Didn't realize that this could be caused by the upstream buildkit. Is this an...

Did the remote definitely have that commit pushed at the time? What was the buildx command that was run?

> I tried the workaround but it doesn't seem to work in my case. > > > > Try without the `sudo`? Might ahve something to do with the Slither...