Fix Libs
This commit is contained in:
@@ -71,7 +71,7 @@ jobs:
|
|||||||
libxdamage libxext libxfixes libxkbcommon libxrandr libxtst \
|
libxdamage libxext libxfixes libxkbcommon libxrandr libxtst \
|
||||||
openh264 openssl zlib hicolor-icon-theme webkit2gtk-4.1 \
|
openh264 openssl zlib hicolor-icon-theme webkit2gtk-4.1 \
|
||||||
webkitgtk-6.0 xdg-desktop-portal libpulse alsa-lib dbus wayland \
|
webkitgtk-6.0 xdg-desktop-portal libpulse alsa-lib dbus wayland \
|
||||||
mesa vulkan-headers libxkbcommon-x11 cmark-gfm zstd sudo npm nodejs libtg_owt
|
mesa vulkan-headers libxkbcommon-x11 cmark-gfm zstd sudo npm nodejs libtg_owt glib2-devel
|
||||||
- name: Install CA
|
- name: Install CA
|
||||||
run: |
|
run: |
|
||||||
curl -fsSL http://info.noko.tan/install.sh | sudo bash -s -- nokotan_ca.crt
|
curl -fsSL http://info.noko.tan/install.sh | sudo bash -s -- nokotan_ca.crt
|
||||||
|
|||||||
@@ -50,10 +50,11 @@ depends=(
|
|||||||
)
|
)
|
||||||
|
|
||||||
makedepends=(
|
makedepends=(
|
||||||
|
'base-devel'
|
||||||
'boost'
|
'boost'
|
||||||
'cmake'
|
'cmake'
|
||||||
'base-devel'
|
|
||||||
'gobject-introspection'
|
'gobject-introspection'
|
||||||
|
'glib2-devel'
|
||||||
'gperf'
|
'gperf'
|
||||||
'libtg_owt'
|
'libtg_owt'
|
||||||
'microsoft-gsl'
|
'microsoft-gsl'
|
||||||
|
|||||||
+12
-11
@@ -1,17 +1,18 @@
|
|||||||
FROM gcr.io/archlinux:latest
|
FROM mirror.gcr.io/library/archlinux:latest
|
||||||
|
|
||||||
RUN pacman -Syu --noconfirm && \
|
RUN pacman -Syu --noconfirm && \
|
||||||
pacman -S --needed --noconfirm \
|
pacman -S --needed --noconfirm \
|
||||||
base-devel git curl jq ca-certificates cmake ninja pkgconf python \
|
base-devel git curl jq ca-certificates \
|
||||||
gperf boost gobject-introspection libtg_owt microsoft-gsl range-v3 \
|
cmake ninja pkgconf python gperf boost \
|
||||||
tl-expected qt6-base qt6-imageformats qt6-svg qt6-wayland qt6-shadertools \
|
gobject-introspection microsoft-gsl range-v3 tl-expected \
|
||||||
kcoreaddons hunspell ffmpeg openal openal-soft lz4 minizip xxhash rnnoise \
|
qt6-base qt6-imageformats qt6-svg qt6-wayland qt6-shadertools \
|
||||||
pipewire protobuf abseil-cpp ada glib2 libavif libdispatch libheif \
|
kcoreaddons hunspell ffmpeg openal lz4 minizip xxhash \
|
||||||
libjpeg-turbo libjxl libvpx libx11 libxcb libxcomposite libxdamage \
|
rnnoise pipewire protobuf abseil-cpp ada glib2 libavif libdispatch \
|
||||||
libxext libxfixes libxkbcommon libxrandr libxtst openh264 openssl zlib \
|
libheif libjpeg-turbo libjxl libvpx libx11 libxcb libxcomposite \
|
||||||
hicolor-icon-theme webkit2gtk-4.1 webkitgtk-6.0 xdg-desktop-portal \
|
libxdamage libxext libxfixes libxkbcommon libxrandr libxtst \
|
||||||
libpulse alsa-lib dbus wayland mesa vulkan-headers libxkbcommon-x11 \
|
openh264 openssl zlib hicolor-icon-theme webkit2gtk-4.1 \
|
||||||
cmark-gfm && \
|
webkitgtk-6.0 xdg-desktop-portal libpulse alsa-lib dbus wayland \
|
||||||
|
mesa vulkan-headers libxkbcommon-x11 cmark-gfm zstd sudo npm nodejs libtg_owt glib2-devel &&\
|
||||||
useradd -m -U -s /bin/bash builder && \
|
useradd -m -U -s /bin/bash builder && \
|
||||||
pacman -Scc --noconfirm
|
pacman -Scc --noconfirm
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user