aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/compute-levels.sh
blob: de3da2ebddfe36220b77688f5f99341bed54e5ba (plain)
1
2
3
4
5
6
7
source common.sh

if [[ $(uname -ms) = "Linux x86_64" ]]; then
    # x86_64 CPUs must always support the baseline
    # microarchitecture level.
    nix -vv --version | grepQuiet "x86_64-v1-linux"
fi