Skip to content

Commit 5389e3b

Browse files
committed
Run only 13 and ace5pro 30
1 parent 05a08f9 commit 5389e3b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,11 @@ jobs:
229229
# cat ./kernel_platform/build/android/prepare_vendor.sh
230230
# LTO=thin ./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} $BUILD_TYPE
231231
# ls -l kernel_platform/WORKSPACE
232-
rm ./kernel_platform/WORKSPACE
233-
cp ./kernel_platform/msm-kernel/bazel.WORKSPACE ./kernel_platform/WORKSPACE
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:*)'
236-
# ./kernel_platform/build_with_bazel.py -t ${{ inputs.soc }} "$BUILD_TYPE" --jobs=$(nproc --all) --verbose_failures -o "$(pwd)/out"
232+
# rm ./kernel_platform/WORKSPACE
233+
# cp ./kernel_platform/msm-kernel/bazel.WORKSPACE ./kernel_platform/WORKSPACE
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:*)'
236+
./kernel_platform/build_with_bazel.py -t ${{ inputs.soc }}_"$BUILD_TYPE" --jobs=$(nproc --all) --verbose_failures -o "$(pwd)/out"
237237
238238
- name: Copy Images
239239
run: |

0 commit comments

Comments
 (0)