Skip to content

Draft: Make conformity test execution more robust

Mark Horvath requested to merge fix-conf-check-execution into main

So far, to run the conformity tests on an x86 machine it required that the environment can automatically execute aarch64 binaries. On a linux machine it is achieved if update-binfmts and qemu-user-static packages are installed on the host. (To be installed in the docker environment is not enough.)

Merge request reports