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

Missing archive platform-tools-osx-x86_64.tar.bz2 on release v1.42 #87

Open
gmaurice opened this issue Dec 3, 2024 · 9 comments
Open

Comments

@gmaurice
Copy link

gmaurice commented Dec 3, 2024

Hello,

Just to mention that the osx-x86_64 archive for v1.42 release is missing.
Anchor v0.30.1 needs it.

Thank you.

@Jamesinit
Copy link

I did some tricks,make anchor can pass defalt solana program.

  1. cargo build-sbf --tools-version "v1.43"
  2. cd $HOME.cache/solana
  3. cp -r v1.43 v1.42

@LucasSte
Copy link
Collaborator

LucasSte commented Dec 6, 2024

Please, update your Solana version, and you'll get the new tools version v1.43, whose binaries are available for x86 Macs.

@devnev
Copy link

devnev commented Dec 7, 2024

The version installed using the process documented here: https://solana.com/docs/intro/installation, i.e. sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)", installs a Solana version requiring platform-tools v1.42

Edit: agave-install update does not fix this, cargo build-sbf is still failing. Even --tools-version v1.43 --force-tools-install doesn't work, it initially downloads the v.43 version, but than fails again at the end as it tries to download the v1.42version again.

@Jamesinit
Copy link

Please, update your Solana version, and you'll get the new tools version v1.43, whose binaries are available for x86 Macs.

agave-install update
solana-cli 2.0.19 (src:2c653b09; feat:607245837, client:Agave)
avm use 0.30.1

Still require v1.42 when I run the anchor build.
Can you tell me which Solana version has used the tools v1.43?

@LucasSte
Copy link
Collaborator

LucasSte commented Dec 9, 2024

Any version newer than 2.1 ships with platform tools v1.43.

@devnev
Copy link

devnev commented Dec 14, 2024

@LucasSte Some indication of how to update would be incredibly helpful. As noted above, agave-install update does not update to a new enough version.

@devnev
Copy link

devnev commented Dec 14, 2024

Also, based on the github releases, 2.1.x are unstable pre-releases. Could we have stable release that can be used on Mac?

@ChisTrun
Copy link

You can fix this by using Solana from the beta channel instead of using the stable channel.
Follow this document: https://solana.com/docs/intro/installation#install-the-solana-cli
sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)"

@LucasSte
Copy link
Collaborator

Also, based on the github releases, 2.1.x are unstable pre-releases. Could we have stable release that can be used on Mac?

As mentioned earlier, you can download a beta version. Mainnet will switch to 2.1 in January and DevNet is already using 2.1 (see https://github.com/anza-xyz/agave/wiki/v2.1-Release-Schedule).

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

5 participants