Skip to content

Commit 23ba7fc

Browse files
committed
removed commented code
Signed-off-by: Atul-source <atulprajapati6031@gmail.com>
1 parent 1e0dc63 commit 23ba7fc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci-build-ubuntu.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ jobs:
5757
run: |
5858
git clone --branch v6.8 --depth 1 https://github.com/torvalds/linux.git $LINUX_SRC_PATH
5959
cd $LINUX_SRC_PATH
60-
# sed -i '229a\
61-
# if [ "${pahole_ver}" -ge "124" ]; then\
62-
# extra_paholeopt="${extra_paholeopt} --skip_encoding_btf_enum64"\
63-
# fi' scripts/link-vmlinux.sh
64-
# echo "CONFIG_DEBUG_INFO_BTF=y" >> .config
65-
#echo "CONFIG_MODULES=y" >> .config
6660
make olddefconfig
6761
make prepare
6862
yes | make -j$(nproc)

0 commit comments

Comments
 (0)