@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 \

Yes, tried it in the first place. We would need to run it in the build 
container as well as in the final container (as we copy only the files in 
/usr/local from the one to the other but no state and cache).
I don't mind whether we set `LD_LIBRARY_PATH` as it is or run `ldconfig`.

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

Message ID: <geany/infrastructure/pull/7/review/[email protected]>

Reply via email to