We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872b375 commit ef36cd2Copy full SHA for ef36cd2
.github/actions/action.yml
@@ -456,7 +456,9 @@ runs:
456
USE_LLVM_IAS=true
457
fi
458
cd "$KERNEL_PATH/common" || exit 1
459
- MAKE_ARGS="LLVM=1 ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- \
+ find "$KERNEL_PATH" -name "*aarch64-linux-android*" -type d
460
+ find "$KERNEL_PATH" -name "*aarch64-linux-gnu*" -type d
461
+ MAKE_ARGS="LLVM=1 ARCH=arm64 CROSS_COMPILE=aarch64-linux-android- \
462
RUSTC=$KERNEL_PATH/prebuilts/rust/linux-x86/1.73.0b/bin/rustc \
463
PAHOLE=$KERNEL_PATH/prebuilts/kernel-build-tools/linux-x86/bin/pahole \
464
LD=ld.lld HOSTLD=ld.lld"
0 commit comments