summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2023-03-23 23:22:45 +0100
committerGitHub <noreply@github.com>2023-03-23 23:22:45 +0100
commit118d8e4f571a1d22a2922146d4bebc5bb3691182 (patch)
tree3395ebc50918872966ebffc51e4a85a6ce6fb21e /lib
parent2d9c913eb153d9091494a20817393659ee0ddb4c (diff)
downloadspack-118d8e4f571a1d22a2922146d4bebc5bb3691182.tar.gz
spack-118d8e4f571a1d22a2922146d4bebc5bb3691182.tar.bz2
spack-118d8e4f571a1d22a2922146d4bebc5bb3691182.tar.xz
spack-118d8e4f571a1d22a2922146d4bebc5bb3691182.zip
unit tests: don't hard-code arch in compiler config (#36360)
This breaks when testing on non-x86_64 machines outside CI
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/test/concretize.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/spack/spack/test/concretize.py b/lib/spack/spack/test/concretize.py
index c2fc3731f0..80ad390e53 100644
--- a/lib/spack/spack/test/concretize.py
+++ b/lib/spack/spack/test/concretize.py
@@ -2114,7 +2114,6 @@ class TestConcretize(object):
"fc": "/usr/bin/gfortran",
},
"operating_system": "debian6",
- "target": "x86_64",
"modules": [],
}
},
@@ -2128,7 +2127,6 @@ class TestConcretize(object):
"fc": "/usr/bin/gfortran",
},
"operating_system": "debian6",
- "target": "x86_64",
"modules": [],
}
},
@@ -2150,7 +2148,6 @@ class TestConcretize(object):
"spec": "gcc@foo",
"paths": {"cc": gcc_path, "cxx": gcc_path, "f77": None, "fc": None},
"operating_system": "debian6",
- "target": "x86_64",
"modules": [],
}
}