added rust-bindgen to arch builder kernel image
All checks were successful
CI / Build arch-builder docker images (push) Successful in 16m8s
All checks were successful
CI / Build arch-builder docker images (push) Successful in 16m8s
This commit is contained in:
@@ -3,7 +3,7 @@ on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- 'arch-builder/*'
|
||||
- 'arch-builder/**'
|
||||
- '.gitea/workflows/build-arch-builder.yaml'
|
||||
jobs:
|
||||
"Build arch-builder docker images":
|
||||
|
@@ -67,6 +67,7 @@ RUN pacman -S --noconfirm --needed \
|
||||
python-sphinx \
|
||||
python-yaml \
|
||||
openssh \
|
||||
rust-bindgen \
|
||||
texlive-latexextra
|
||||
USER luser
|
||||
WORKDIR /home/luser
|
||||
|
Reference in New Issue
Block a user