Skip to content

Commit 5704e91

Browse files
authored
apply patch
1 parent 9a0f7e2 commit 5704e91

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/sync-and-build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)