generated from ext/template
Compare commits
No commits in common. "84e5e814fe0139a5f7eaaa8e67fd6a249021e5a0" and "73909db48150993ad124454e1b197f727630138e" have entirely different histories.
84e5e814fe
...
73909db481
2 changed files with 4 additions and 13 deletions
|
|
@ -30,6 +30,7 @@ steps:
|
|||
when:
|
||||
- event: push
|
||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
depends_on: compile
|
||||
commands:
|
||||
- make dpkg
|
||||
environment:
|
||||
|
|
|
|||
|
|
@ -2,16 +2,6 @@
|
|||
FROM rust:1.90
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y gcc \
|
||||
clang \
|
||||
libudev-dev libgbm-dev \
|
||||
libxkbcommon-dev \
|
||||
libegl1-mesa-dev \
|
||||
libwayland-dev \
|
||||
libinput-dev \
|
||||
libdbus-1-dev \
|
||||
libsystemd-dev \
|
||||
libseat-dev \
|
||||
libpipewire-0.3-dev \
|
||||
libpango1.0-dev \
|
||||
libdisplay-info-dev
|
||||
apt-get install -y curl \
|
||||
# other packages to build
|
||||
libpipewire-0.3-dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue