Skip to content

Merge pull request #173 from rty813/master #659

Merge pull request #173 from rty813/master

Merge pull request #173 from rty813/master #659

Triggered via push June 5, 2024 17:16
Status Failure
Total duration 1m 35s
Artifacts

auto-build.yml

on: push
base-app  /  docker
31s
base-app / docker
Matrix: apps
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
base-app / docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c #!/bin/bash\n set -e\n\n # Dependencies\n DEV_PACKAGES=\"\\\n git build-essential gcc pkg-config ninja-build meson cmake equivs libcap2-bin \\\n libvulkan-dev libwayland-dev wayland-protocols libudev-dev libinput-dev libpixman-1-dev libseat-dev libssl-dev libcap-dev \\\n libx11-dev libx11-xcb-dev libxdamage-dev libxxf86vm-dev libxres-dev libxmu-dev libx11-xcb-dev libxcomposite-dev libxtst-dev \\\n libxrender-dev libxshmfence-dev libxkbfile-dev libxkbcommon-dev libxfont-dev libxcvt-dev libgl-dev \\\n libxcb-icccm4-dev libxcb-res0-dev libxcb-ewmh-dev libxcb-composite0-dev glslang-tools libsdl2-dev libepoxy-dev \\\n xserver-common libliftoff0 libwlroots11 mesa-common-dev libbenchmark-dev xwayland libdisplay-info1\"\n apt-get update -y\n apt-get install -y --no-install-recommends $DEV_PACKAGES\n\n GAMESCOPE_SRC=/tmp/gamescope\n mkdir -p $GAMESCOPE_SRC\n cd $GAMESCOPE_SRC\n\n # Installing from apt will miss the pkgconfig .pc file, building manually\n git clone https://github.com/vcrhonek/hwdata.git\n cd hwdata\n ./configure\n make\n make install\n\n cd $GAMESCOPE_SRC\n git clone https://github.com/ValveSoftware/gamescope.git\n cd gamescope\n git checkout $GAMESCOPE_VERSION\n git submodule update --init\n # fake apt install\n equivs-build ${PKGS_ROOT}/gamescope.control\n dpkg -i gamescope-gow_3.12.5_all.deb\n\n meson setup --buildtype=release -Dpipewire=disabled -Denable_openvr_support=false build\n meson compile -C build\n meson install -C build --skip-subprojects\n\n # Add setcap as seen in: https://github.com/Plagman/gamescope/issues/497#issuecomment-1127110769\n install /usr/local/bin/gamescope /usr/games/gamescope\n setcap 'cap_sys_nice=eip' /usr/games/gamescope\n\n # Cleanup\n apt-mark auto $DEV_PACKAGES\n apt-get autoremove -y --purge\n rm -rf \\\n /var/lib/apt/lists/* \\\n $GAMESCOPE_SRC\n" did not complete successfully: exit code: 100
base / docker
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/metadata-action@v4, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
base-app / docker
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/metadata-action@v4, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.