Skip to content

Commit 8ad6ee8

Browse files
committed
Add fix for experimental patches
Signed-off-by: Arisu Tachibana <arisu.tachibana@miraclelinux.com>
1 parent 96b6581 commit 8ad6ee8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build-kernel.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ MAKEOPTS="-j$(( $NBCPU + 1 ))"
99
#get script direcotory
1010
SCRIPT_DIR=$(cd "$(dirname "$0")"|| exit;pwd)
1111

12+
# temporary fix for experimental patches
13+
CONFIG_X86_64_VERSION=1
14+
1215
if [ $# -lt 1 ]; then
1316
echo "Usage: $(basename $0) arch BUILDER_NAME BUILD_NUMBER [build|modules]"
1417
exit 1

0 commit comments

Comments
 (0)