We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8a60b commit faf757aCopy full SHA for faf757a
ci/test/00_setup_env.sh
@@ -23,8 +23,8 @@ export MAKEJOBS=${MAKEJOBS:--j4}
23
export BASE_SCRATCH_DIR=${BASE_SCRATCH_DIR:-$BASE_ROOT_DIR/ci/scratch/}
24
# What host to compile for. See also ./depends/README.md
25
# Tests that need cross-compilation export the appropriate HOST.
26
-# Tests that run natively, do not set a HOST, but we assume x86_64 here if the calling environment did not set a HOST
27
-export HOST=${HOST:-x86_64-unknown-linux-gnu}
+# Tests that run natively guess the host
+export HOST=${HOST:-$("$BASE_ROOT_DIR/depends/config.guess")}
28
# Whether to prefer BusyBox over GNU utilities
29
export USE_BUSY_BOX=${USE_BUSY_BOX:-false}
30
export RUN_UNIT_TESTS=${RUN_UNIT_TESTS:-true}
0 commit comments