Skip to content

Conversation

sergeytimoshin
Copy link
Contributor

@sergeytimoshin sergeytimoshin commented Aug 27, 2025

  1. devenv.sh update fixes the error when global tooling does not have solana target installed:
  error[E0463]: can't find crate for `std`
          |
          = note: the `sbpf-solana-solana` target may not be installed
          = help: consider adding the standard library to the sysroot with `x build library --target sbpf-solana-solana`
          = help: consider building the standard library from source with `cargo build -Zbuild-std`
        
        For more information about this error, try `rustc --explain E0463`.
        error: could not compile `solana-big-mod-exp` (lib) due to 1 previous error
        warning: build failed, waiting for other jobs to finish...
        error[E0463]: can't find crate for `core`
          |
          = note: the `sbpf-solana-solana` target may not be installed
          = help: consider adding the standard library to the sysroot with `x build library --target sbpf-solana-solana`
          = help: consider building the standard library from source with `cargo build -Zbuild-std`
        
        error: could not compile `itoa` (lib) due to 1 previous error
         ELIFECYCLE  Command failed with exit code 1.
         WARN   Local package.json exists, but node_modules missing, did you mean to install?
  1. test.sh update fixes the error which prevents to run test.sh when you're in the devenv:
./scripts/test.sh 
  Failed to source devenv.sh. Aborting.

Copy link
Contributor

coderabbitai bot commented Aug 27, 2025

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • ai-review

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch sergey/fix-devenv

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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

Successfully merging this pull request may close these issues.

1 participant