We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306e3be commit 2ba1f49Copy full SHA for 2ba1f49
.github/workflows/build.yml
@@ -225,7 +225,7 @@ jobs:
225
# sed -i '/"\${ROOT_DIR}\/build_with_bazel.py"/i EXTRA_KBUILD_ARGS+=" --jobs=4"' ./kernel_platform/msm-kernel/build_with_bazel.py
226
# LTO=thin ./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} $BUILD_TYPE
227
cd kernel_platform
228
- ./tools/bazel query //msm-kernel:*
+ ./tools/bazel query //...
229
cd ..
230
./kernel_platform/build_with_bazel.py \
231
-t ${{ inputs.soc }} \
0 commit comments