update command in later step
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 19s
Python / lint-format (pull_request) Successful in 40s
Python / test (pull_request) Successful in 1m31s
Lint & Format (C++) / lint-format (pull_request) Failing after 1m39s
Lint & Format (Rust) / lint-format (pull_request) Successful in 2m1s
Build (C++) / build-zshell (pull_request) Failing after 2m26s
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 19s
Python / lint-format (pull_request) Successful in 40s
Python / test (pull_request) Successful in 1m31s
Lint & Format (C++) / lint-format (pull_request) Failing after 1m39s
Lint & Format (Rust) / lint-format (pull_request) Successful in 2m1s
Build (C++) / build-zshell (pull_request) Failing after 2m26s
This commit is contained in:
@@ -9,14 +9,11 @@ jobs:
|
|||||||
container: archlinux:latest
|
container: archlinux:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Bootstrap pacman
|
- name: Install all packages
|
||||||
run: |
|
run: |
|
||||||
pacman-key --init
|
pacman-key --init
|
||||||
pacman-key --populate archlinux
|
pacman-key --populate archlinux
|
||||||
pacman -Syu --noconfirm
|
pacman -Syu --noconfirm \
|
||||||
|
|
||||||
- name: Install build tools
|
|
||||||
run: pacman -S --noconfirm \
|
|
||||||
base-devel \
|
base-devel \
|
||||||
cmake \
|
cmake \
|
||||||
ninja \
|
ninja \
|
||||||
@@ -38,8 +35,7 @@ jobs:
|
|||||||
passwd -d builduser
|
passwd -d builduser
|
||||||
echo 'builduser ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
|
echo 'builduser ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
|
||||||
sudo -u builduser git clone https://aur.archlinux.org/libcava.git /tmp/libcava
|
sudo -u builduser git clone https://aur.archlinux.org/libcava.git /tmp/libcava
|
||||||
cd /tmp/libcava
|
sudo -u builduser makepkg -si --noconfirm -p /tmp/libcava/PKGBUILD
|
||||||
sudo -u builduser makepkg -si --noconfirm
|
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: cmake -S . -B build -G Ninja
|
run: cmake -S . -B build -G Ninja
|
||||||
|
|||||||
Reference in New Issue
Block a user