Skip to content

Commit f512334

Browse files
committed
build with make no lto with changes 10
1 parent 30cef49 commit f512334

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/actions/action.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)