agx_compile.h:29:10: fatal error: asahi/lib/agx_pack.h: No such file or directory
Between 0aab06e6 and e2e9dd44 I get a build error, only on arm64 and only on Ubuntu hirsute and impish. It build fine on Ubuntu focal and groovy.
Full build log:
https://launchpadlibrarian.net/547068689/buildlog_ubuntu-impish-arm64.mesa_21.2git2107060600.e2e9ddoibaf~i_BUILDING.txt.gz
Build error:
In file included from ../src/asahi/compiler/agx_compiler.h:32,
from ../src/asahi/compiler/agx_liveness.c:25:
../src/asahi/compiler/agx_compile.h:29:10: fatal error: asahi/lib/agx_pack.h: No such file or directory
29 | #include "asahi/lib/agx_pack.h"
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.