You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users may want to pull Fish source with a specific commit ref instead of a release tag. Since there's no release archive, we would have to do a git repo fetch, but I believe there's a built in bazel lib function to pull a git repo.
To support this, users may have to provide some additional configuration like whether they want to use the c++ toolchain or Rust toolchain since we may not be able to infer from a release number.
The text was updated successfully, but these errors were encountered:
Users may want to pull Fish source with a specific commit ref instead of a release tag. Since there's no release archive, we would have to do a git repo fetch, but I believe there's a built in bazel lib function to pull a git repo.
To support this, users may have to provide some additional configuration like whether they want to use the c++ toolchain or Rust toolchain since we may not be able to infer from a release number.
The text was updated successfully, but these errors were encountered: