diff options
author | Scott Wittenburg <scott.wittenburg@kitware.com> | 2019-05-28 17:21:55 -0600 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2019-09-13 22:57:15 -0700 |
commit | fabbb3d58aca35dda337141e56d3f18289204125 (patch) | |
tree | e31821b4db9cc5057961a70c24f7ff4deddfbd87 /share | |
parent | 73c161b7de4de6461bec03187ae03bf72bb3f39c (diff) | |
download | spack-fabbb3d58aca35dda337141e56d3f18289204125.tar.gz spack-fabbb3d58aca35dda337141e56d3f18289204125.tar.bz2 spack-fabbb3d58aca35dda337141e56d3f18289204125.tar.xz spack-fabbb3d58aca35dda337141e56d3f18289204125.zip |
Refactor release-jobs cmd based on use of environments (no docker either)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/docker/os-container-mapping.yaml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/share/spack/docker/os-container-mapping.yaml b/share/spack/docker/os-container-mapping.yaml deleted file mode 100644 index 8af43f6110..0000000000 --- a/share/spack/docker/os-container-mapping.yaml +++ /dev/null @@ -1,11 +0,0 @@ -containers: - linux-ubuntu18.04-x86_64: - image: scottwittenburg/spack_builder_ubuntu_18.04 - compilers: - - name: gcc@5.5.0 - - name: clang@6.0.0-1ubuntu2 - linux-centos7-x86_64: - image: scottwittenburg/spack_builder_centos_7 - compilers: - - name: gcc@5.5.0 - - name: clang@6.0.0 |