@eht16 commented on this pull request.


> +
+RUN set -ex && \
+    apt-get update && \
+    apt-get install --no-install-recommends --assume-yes \
+    build-essential meson wget xz-utils zstd gnupg2 file zstd ca-certificates \
+    pkg-config m4 libarchive-dev libssl-dev libcurl4-gnutls-dev libgpgme-dev \
+    python3-setuptools
+
+# compile Pacman
+RUN set -ex && \
+    wget --no-verbose 
https://sources.archlinux.org/other/pacman/pacman-${PACMAN_VERSION}.tar.xz && \
+    echo "${PACMAN_SHA256} *pacman-${PACMAN_VERSION}.tar.xz" | sha256sum 
--check --strict - && \
+    tar xf pacman-${PACMAN_VERSION}.tar.xz && \
+    cd /pacman-${PACMAN_VERSION} && \
+    meson \
+        --prefix /usr/local/pacman \

I prefer to install applications into their own prefix if possible. But 
/usr/local should work as well.
Since the current setup works this way, I'd leave as is.

What do you mean by "potential binary-relocation issues in the future"?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/infrastructure/pull/7#discussion_r1002515573
You are receiving this because you are subscribed to this thread.

Message ID: <geany/infrastructure/pull/7/review/1152044...@github.com>

Reply via email to