DF-1150 / build.sh
#!/bin/sh # DF-1150 build: userspace harness (built as unprivileged maxx). # Mirrors DF-1134/DF-1141 harness pattern. The radeon ci_dpm.c path is NOT in # the GENERIC kernel and the guest has no AMD GPU, so this proves the primitive # at the indexing level. Fix compile-validation (apply fix.diff + compile # ci_dpm.o as radeon module) is performed separately as root -> build.log. set -e cd "$(dirname "$0")" cc -O2 -Wall -Wextra -o harness harness.c echo "BUILD_EXIT=0" ls -l harness |