Skip to content

Commit 026019e

Browse files
committed
Run only 13 and ace5pro 24
1 parent 19d177d commit 026019e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
cd kernel_platform
232232
/home/runner/work/OnePlus_KernelSU_SUSFS/OnePlus_KernelSU_SUSFS/OP13/kernel_platform/tools/bazel --output_user_root="/home/runner/work/OnePlus_KernelSU_SUSFS/OnePlus_KernelSU_SUSFS/OP13/bazel-cache" query 'attr(generator_function, define_msm_platforms, //msm-kernel:*)'
233233
cd ..
234-
./kernel_platform/build_with_bazel.py -t ${{ inputs.soc }} "$BUILD_TYPE" --jobs=$(nproc --all) --verbose_failures -o "$(pwd)/out"
234+
# ./kernel_platform/build_with_bazel.py -t ${{ inputs.soc }} "$BUILD_TYPE" --jobs=$(nproc --all) --verbose_failures -o "$(pwd)/out"
235235
236236
- name: Copy Images
237237
run: |

0 commit comments

Comments
 (0)