Skip to content

Commit

Permalink
CI: add patchelf ppa for arm
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Dec 7, 2023
1 parent efbc260 commit 4e79850
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/ci/linux/setup-arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,14 @@ DEBIAN_FRONTEND="noninteractive" TZ="Europe/London" apt-get install -y --no-inst
"${apt_packages_runtime[@]}" \
"${apt_packages_ffmpeg[@]}"

# Add additional ppas (Qt 5.15.2 and Cmake)
# Add additional ppas (Qt 5.15.2, Cmake, and patchelf)
# Poor naming of the cmake ppa, this ppa has bionic/focal/jammy dists
add-apt-repository --yes ppa:theofficialgman/cmake-bionic
add-apt-repository --yes ppa:theofficialgman/opt-qt-5.15.2-focal-arm
# minimum patchelf 0.12 needed for proper elf load memory alignment
add-apt-repository --yes ppa:theofficialgman/patchelf
apt-get update
apt-get upgrade

# add an exception for the "detected dubious ownership in repository" (only seen inside a Docker image)
git config --global --add safe.directory /MuseScore
Expand Down

0 comments on commit 4e79850

Please sign in to comment.