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

Support build from commit sha instead of release version #14

Open
Matthew-Benson opened this issue May 7, 2024 · 0 comments
Open

Support build from commit sha instead of release version #14

Matthew-Benson opened this issue May 7, 2024 · 0 comments

Comments

@Matthew-Benson
Copy link
Collaborator

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.

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

1 participant