File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments