Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ambatubash69 authored Dec 23, 2024
1 parent a31fd82 commit bae7be5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ git clone --depth=1 "$ANYKERNEL_REPO" -b "$ANYKERNEL_BRANCH" "$WORK_DIR/anykerne
repo init --depth 1 "$CUSTOM_MANIFEST_REPO" -b "$CUSTOM_MANIFEST_BRANCH"
repo sync -j$(nproc --all) --force-sync

if [ "$USE_CUSTOM_CLANG" == "true" ]; then
# Import patched _setup_env.sh
curl -s https://raw.githubusercontent.com/ambatubash69/kranul_build_script/refs/heads/main/_setup_env.sh >$WORK_DIR/build/_setup_env.sh
fi

## Extract kernel version, git commit string
cd "$WORK_DIR/common"
KERNEL_VERSION=$(make kernelversion)
Expand Down

0 comments on commit bae7be5

Please sign in to comment.