From 9d084011a2883d94c667e0113087d6d6a5ac2a04 Mon Sep 17 00:00:00 2001 From: Kristian Ollikainen <14197772+DatCaptainHorse@users.noreply.github.com> Date: Sat, 1 Feb 2025 18:15:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9C=20fix(runner):=20Add=20missing=20s?= =?UTF-8?q?ource=20copy=20for=20gst-wayland-display=20(#179)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Okay that is good now Co-authored-by: DatCaptainHorse --- containers/runner.Containerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/containers/runner.Containerfile b/containers/runner.Containerfile index 40e6d521..d600cc96 100644 --- a/containers/runner.Containerfile +++ b/containers/runner.Containerfile @@ -97,6 +97,8 @@ RUN --mount=type=cache,target=${CARGO_HOME}/registry \ ENV CARGO_TARGET_DIR=/builder/target +COPY --from=gst-wayland-planner /builder/gst-wayland-display/ . + # Build and install directly to artifacts RUN --mount=type=cache,target=${CARGO_HOME}/registry \ --mount=type=cache,target=/builder/target \ @@ -172,7 +174,8 @@ RUN mkdir -p /run/dbus && \ ### Artifacts and Verification ### COPY --from=nestri-server-cached-builder /artifacts/nestri-server /usr/bin/ COPY --from=gst-wayland-cached-builder /artifacts/lib/ /usr/lib/ -RUN which nestri-server && ls -la /usr/lib/gstreamer-1.0/ | grep 'waylanddisplaysrc' +COPY --from=gst-wayland-cached-builder /artifacts/include/ /usr/include/ +RUN which nestri-server && ls -la /usr/lib/ | grep 'gstwaylanddisplay' ### Scripts and Final Configuration ### COPY packages/scripts/ /etc/nestri/