aboutsummaryrefslogtreecommitdiff
path: root/tests/compute-levels.sh
blob: e4322dfa1d8f2abe21abf61279fe2e8927b4d695 (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 | grep -q "x86_64-v1-linux"
fi