Skip to content

Commit 05a08f9

Browse files
committed
Run only 13 and ace5pro 28
1 parent 748c571 commit 05a08f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ jobs:
231231
# ls -l kernel_platform/WORKSPACE
232232
rm ./kernel_platform/WORKSPACE
233233
cp ./kernel_platform/msm-kernel/bazel.WORKSPACE ./kernel_platform/WORKSPACE
234-
./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:*)'
234+
cd kernel_platform
235+
./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:*)'
235236
# ./kernel_platform/build_with_bazel.py -t ${{ inputs.soc }} "$BUILD_TYPE" --jobs=$(nproc --all) --verbose_failures -o "$(pwd)/out"
236237
237238
- name: Copy Images

0 commit comments

Comments
 (0)