Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
CI: Fix path to qemu patches
Browse files Browse the repository at this point in the history
Fix path to qemu patches in the `.ci/install_qemu.sh` script.

Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
  • Loading branch information
chavafg committed Sep 23, 2020
1 parent 64d8440 commit 0d88aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/install_qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ build_and_install_qemu() {

# Apply required patches
QEMU_PATCHES_TAG=$(echo "${CURRENT_QEMU_VERSION}" | cut -d '.' -f1-2)
QEMU_PATCHES_PATH="${GOPATH}/src/${PACKAGING_REPO}/qemu/patches/${QEMU_PATCHES_TAG}.x"
QEMU_PATCHES_PATH="${PACKAGING_DIR}/qemu/patches/${QEMU_PATCHES_TAG}.x"
for patch in ${QEMU_PATCHES_PATH}/*.patch; do
echo "Applying patch: $patch"
git apply "$patch"
Expand Down

0 comments on commit 0d88aac

Please # to comment.