Skip to content

Commit

Permalink
update alpine package list for x11 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nullgemm committed Jun 3, 2023
1 parent afc3515 commit 25b26e3
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions ci/globox_image_x11_gcc/scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,25 +1,35 @@
#!/bin/sh

# git cloning the repo
# bash running the build scripts
# samurai building the binaries
# gcc compiling the code
# musl-dev standard C library
# libxcb-dev libxcb
# xcb-util-wm-dev xcb_icccm.h
# xcb-util-image-dev xcb_image.h
# xcb-util-errors-dev xcb_errors.h
# git cloning the repo
# bash running the build scripts
# samurai building the binaries
# gcc compiling the code
# musl-dev standard C library
# curl getting companion libs
# libxcb-dev libxcb
# xcb-util-wm-dev xcb_icccm.h
# xcb-util-image-dev xcb_image.h
# libxkbcommon-dev complex example
# xcb-util-xrm-dev complex example
# xcb-util-renderutil-dev complex example
# xcb-util-cursor-dev complex example
# xcb-util-errors-dev xcb_errors.h

apk add --no-cache \
git \
bash \
samurai \
gcc \
musl-dev \
curl \
libxcb-dev \
libxrender-dev \
xcb-util-wm-dev \
xcb-util-image-dev \
libxkbcommon-dev \
xcb-util-xrm-dev \
xcb-util-renderutil-dev \
xcb-util-cursor-dev \
mesa-dev \
mesa-egl \
vulkan-tools \
Expand Down

0 comments on commit 25b26e3

Please sign in to comment.