diff options
author | Alec Scott <hi@alecbcs.com> | 2024-09-26 15:57:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-26 15:57:28 -0700 |
commit | 7360afb668fbd0df0b75058db7d53c2c2693e825 (patch) | |
tree | 03c6aec6b0c2466ed335e5c5c0e0f62d5679a32e | |
parent | f25e586f0a4288424c7a7809d02cfb9e7b3e8ca0 (diff) | |
download | spack-7360afb668fbd0df0b75058db7d53c2c2693e825.tar.gz spack-7360afb668fbd0df0b75058db7d53c2c2693e825.tar.bz2 spack-7360afb668fbd0df0b75058db7d53c2c2693e825.tar.xz spack-7360afb668fbd0df0b75058db7d53c2c2693e825.zip |
developer-tools-ci: remove version constraint on Emacs (#46590)
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/developer-tools-manylinux2014/spack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/developer-tools-manylinux2014/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/developer-tools-manylinux2014/spack.yaml index 2d35ac7edd..863f4a3395 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/developer-tools-manylinux2014/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/developer-tools-manylinux2014/spack.yaml @@ -10,7 +10,7 @@ spack: # editors - neovim~no_luajit - py-pynvim - - emacs@29.1+json+native+treesitter # note, pulls in gcc + - emacs+json+native+treesitter # note, pulls in gcc # - tree-sitter is a dep, should also have cli but no package - nano # just in case # tags and scope search helpers |