We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Do we need build-ci to be able to support a spack.yaml with / in a package's git branch name? e.g.
spack.yaml
/
um7: require: - '@git.dev/access-esm1.6=access-esm1.6'
I don't think we can have a projection that has / in the module file name. e.g.
um7: '{name}/dev/access-esm1.6-{hash:7}'
Can we allow / to be replaced by - in the projection?
-
The text was updated successfully, but these errors were encountered:
If build-cd allows a / to be replaced by a - in the projection. We have a workaround.
build-cd
Sorry, something went wrong.
CodeGat
No branches or pull requests
Do we need build-ci to be able to support a
spack.yaml
with/
in a package's git branch name? e.g.I don't think we can have a projection that has
/
in the module file name. e.g.Can we allow
/
to be replaced by-
in the projection?The text was updated successfully, but these errors were encountered: