diff options
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 |