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

forc plugins installed incorrectly from override #509

Open
sdankel opened this issue Nov 8, 2023 · 0 comments
Open

forc plugins installed incorrectly from override #509

sdankel opened this issue Nov 8, 2023 · 0 comments
Labels
bug Something isn't working overrides

Comments

@sdankel
Copy link
Member

sdankel commented Nov 8, 2023

Problem

When installing a forc version from an override (fuel-toolchain.toml), the forc-client and other core plugins are not installed.

Steps

  1. rm ~/.fuelup
  2. curl --proto '=https' --tlsv1.2 -sSf https://install.fuel.network/fuelup-init.sh | sh
  3. mkdir myproj && cd myproj && forc init
  4. create fuel-toolchain.toml with the contents:
[toolchain]
channel = "beta-4"
  1. run forc build
  2. run fuelup show - you should see:
installed toolchains
--------------------
latest-x86_64-unknown-linux-gnu (default)
beta-4-x86_64-unknown-linux-gnu (override)

active toolchain
-----------------
beta-4-x86_64-unknown-linux-gnu (override), path: /myproj/fuel-toolchain.toml
  forc : 0.46.1
    - forc-client
      - forc-deploy : Error getting version string
      - forc-run : Error getting version string
    - forc-doc : Error getting version string
    - forc-explore : 0.28.1
    - forc-fmt : Error getting version string
    - forc-index : 0.23.0
    - forc-lsp : Error getting version string
    - forc-tx : Error getting version string
    - forc-wallet : 0.3.0
  fuel-core : Error getting version string
  fuel-core-keygen : Error getting version string
  fuel-indexer : 0.23.0

Possible Solution(s)

No response

Notes

No response

Fuelup version

fuelup 0.19.5

Installed components

latest-x86_64-unknown-linux-gnu
  forc - Up to date : 0.47.0
  fuel-core - Up to date : 0.20.8
  fuel-core-keygen - Error getting version string
  fuel-indexer - Up to date : 0.23.0
fuelup - Up to date : 0.19.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working overrides
Projects
None yet
Development

No branches or pull requests

1 participant