File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -1344,13 +1344,7 @@ runs:
13441344
13451345 # CRITICAL: Force disable after priming
13461346 scripts/config --file "$OUT/.config" -e CC_CAN_LINK -e CC_CAN_LINK_STATIC
1347- scripts/config --file "$OUT/.config" -d UAPI_HEADER_TEST
1348- make LTO=none O="$OUT" olddefconfig
1349- # Add this verification (fails build if mismatch)
1350- grep -E "(HEADERS_INSTALL|CC_CAN_LINK|UAPI_HEADER_TEST)" "$OUT/.config" || echo "✅ Configs match Bazel"
1351- if ! grep -q "CONFIG_UAPI_HEADER_TEST=n\|# CONFIG_UAPI_HEADER_TEST" "$OUT/.config"; then
1352- echo "::error::UAPI_HEADER_TEST not disabled!"
1353- fi
1347+ echo "# CONFIG_UAPI_HEADER_TEST is not set" >> "$OUT/.config"
13541348
13551349 BUILD_START=$(date +%s)
13561350 set -o pipefail
You can’t perform that action at this time.
0 commit comments