Skip to content

Commit 306e3be

Browse files
committed
Run only 13 and ace5pro 7
1 parent 32b8c11 commit 306e3be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,9 @@ jobs:
224224
# sed -i '/cmdline = \[.*bazel_subcommand.*\]/s/\(bazel_subcommand\)/\1, "--jobs=4"/' ./kernel_platform/msm-kernel/build_with_bazel.py
225225
# sed -i '/"\${ROOT_DIR}\/build_with_bazel.py"/i EXTRA_KBUILD_ARGS+=" --jobs=4"' ./kernel_platform/msm-kernel/build_with_bazel.py
226226
# LTO=thin ./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} $BUILD_TYPE
227-
./kernel_platform/tools/bazel query //msm-kernel:*
227+
cd kernel_platform
228+
./tools/bazel query //msm-kernel:*
229+
cd ..
228230
./kernel_platform/build_with_bazel.py \
229231
-t ${{ inputs.soc }} \
230232
$BUILD_TYPE \

0 commit comments

Comments
 (0)