File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,14 +62,14 @@ jobs:
6262 "${{ inputs.docker_image }}" || true
6363 docker images | grep kmake-image || true
6464
65- # - name: Patch meta-qcom recipe to current video-driver commit
66- # shell: bash
67- # run: |
68- # set -euo pipefail
69- # bash ci/patch_srcrev.sh \
70- # "${{ github.workspace }}" \
71- # "$(dirname "${{ github.workspace }}")/meta-qcom" \
72- # "${{ github.event.pull_request.head.repo.full_name || '' }}"
65+ - name : Patch meta-qcom recipe to current video-driver commit
66+ shell : bash
67+ run : |
68+ set -euo pipefail
69+ bash ci/patch_srcrev.sh \
70+ "${{ github.workspace }}" \
71+ "$(dirname "${{ github.workspace }}")/meta-qcom" \
72+ "${{ github.event.pull_request.head.repo.full_name || '' }}"
7373
7474 - name : Build ${{ matrix.build_matrix.machine }}
7575 uses : qualcomm-linux/video-driver/.github/actions/build@latest-meta-qcom-sync
You can’t perform that action at this time.
0 commit comments