mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 18:05:59 +01:00
build from source and not AUR
This commit is contained in:
parent
0ae6563fef
commit
9a34fec3d4
1 changed files with 6 additions and 13 deletions
19
.github/workflows/ci.yaml
vendored
19
.github/workflows/ci.yaml
vendored
|
@ -14,20 +14,13 @@ jobs:
|
||||||
pacman --noconfirm --noprogressbar -Syyu
|
pacman --noconfirm --noprogressbar -Syyu
|
||||||
pacman --noconfirm --noprogressbar -Sy glslang libepoxy libfontenc libxcvt libxfont2 libxkbfile vulkan-headers vulkan-validation-layers xcb-util-errors xcb-util-renderutil xcb-util-wm xorg-fonts-encodings xorg-server-common xorg-setxkbmap xorg-xkbcomp xorg-xwayland git cmake go clang lld libc++ pkgconf meson ninja wayland wayland-protocols libinput libxkbcommon pixman glm libdrm libglvnd cairo pango systemd scdoc base-devel seatd
|
pacman --noconfirm --noprogressbar -Sy glslang libepoxy libfontenc libxcvt libxfont2 libxkbfile vulkan-headers vulkan-validation-layers xcb-util-errors xcb-util-renderutil xcb-util-wm xorg-fonts-encodings xorg-server-common xorg-setxkbmap xorg-xkbcomp xorg-xwayland git cmake go clang lld libc++ pkgconf meson ninja wayland wayland-protocols libinput libxkbcommon pixman glm libdrm libglvnd cairo pango systemd scdoc base-devel seatd
|
||||||
|
|
||||||
- name: Set up user
|
- name: Build wlroots-git
|
||||||
run: |
|
run: |
|
||||||
useradd -m githubuser
|
git clone https://gitlab.freedesktop.org/wlroots/wlroots && cd wlroots
|
||||||
echo -e "root ALL=(ALL:ALL) ALL\ngithubuser ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers
|
meson build/
|
||||||
|
ninja -C build/
|
||||||
- name: Get yay
|
ninja -C build/ install
|
||||||
run: |
|
cd ..
|
||||||
su githubuser -c "cd ~ && mkdir yay && git clone https://aur.archlinux.org/yay.git"
|
|
||||||
chown -R githubuser /home/githubuser/yay
|
|
||||||
su githubuser -c "cd ~/yay && makepkg -si --noconfirm --noprogressbar"
|
|
||||||
|
|
||||||
- name: Get wlroots-git
|
|
||||||
run: |
|
|
||||||
su githubuser -c "yay -S --mflags --skipinteg --noprovides --answerclean All --answerdiff None --answeredit None --answerupgrade None wlroots-git"
|
|
||||||
|
|
||||||
- name: Fix permissions for git
|
- name: Fix permissions for git
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue