Skip to content

Commit a8f141e

Browse files
committed
Run only 13 and ace5pro 31
1 parent 5389e3b commit a8f141e

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
@@ -233,7 +233,9 @@ jobs:
233233
# cp ./kernel_platform/msm-kernel/bazel.WORKSPACE ./kernel_platform/WORKSPACE
234234
# cd kernel_platform
235235
# ./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"
236+
ln -sf ./kernel_platform/msm-kernel/msm_kernel_extensions.bzl ./kernel_platform/build/msm_kernel_extensions.bzl
237+
ln -sf bootable/bootloader/edk2/abl_extensions.bzl ./kernel_platform/build/abl_extensions.bzl
238+
./kernel_platform/build_with_bazel.py -t ${{ inputs.soc }} "$BUILD_TYPE" --jobs=$(nproc --all) --verbose_failures -o "$(pwd)/out"
237239
238240
- name: Copy Images
239241
run: |

0 commit comments

Comments
 (0)