Lucas Ste
Lucas Ste
We brought back x86 builds for MacOS since v1.43, so I'm closing this issue.
> 2. Is there any formatting rules that I have to follow, or do we use any tools like clang-format? Have you checked our contributing guide https://solang.readthedocs.io/en/latest/contributing.html?
I just found out that #167 also implements this. I'm happy to close this PR if that one is merged.
Is this still an issue? I have been trying to reproduce, but wasn't able to replicate. Maybe try running `cargo-build-sbf --force-tools-install`
According to the discussion here (https://github.com/orgs/community/discussions/169008), a possible workaround is to download the tool from our releases page, using the browser. https://github.com/anza-xyz/platform-tools/releases
> Thanks for the PR, but could you mention how you got these spurious stack error warnings? You'd get it if you included `anchor-syn` as a direct dependency, but we...
Now the issue with hash in the BPF target is interesting. The BPF target is deprecated for almost two years: https://github.com/solana-labs/solana/pull/28125. We also have been replacing the `bpf` parameters to...
> You get unnecessary stack errors even though that code never gets called. You don't even need a dependency for it, as you also get those errors if you just...
We are still writing `EM_BPF` in the ELF object: https://github.com/anza-xyz/llvm-project/blob/bda98722f7b7806d037185b4891b9419feee720c/llvm/lib/Target/SBF/MCTargetDesc/SBFELFObjectWriter.cpp#L53
Fixed in #99