Compare commits
No commits in common. "main" and "v2.1.0" have entirely different histories.
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM docker.io/rust:1.82.0-slim-bookworm
|
||||
FROM docker.io/rust:1.81.0-slim-bookworm
|
||||
|
||||
# nodejs - runtime used by forgejo/github actions
|
||||
# curl - to download cargo-binstall
|
||||
|
@ -9,7 +9,7 @@ FROM docker.io/rust:1.82.0-slim-bookworm
|
|||
# git - git
|
||||
RUN apt-get update \
|
||||
&& \
|
||||
apt-get satisfy -y "nodejs (>=18.19.0), curl (>=7.88.1), pkg-config (>=1.8.1), libssl-dev (>=3.0.14), git (>=2.39.2), libdbus-1-dev (>= 1.14.10), libtag1-dev (>= 1.13), libtagc0-dev (>= 1.13), xorg-dev (>=7.7), libxcb-shape0-dev (>=0.15), libxcb-xfixes0-dev (>=0.15)" \
|
||||
apt-get satisfy -y "nodejs (>=18.19.0), curl (>=7.88.1), pkg-config (>=1.8.1), libssl-dev (>=3.0.14), git (>=2.39.2), libdbus-1-dev (>= 1.14.10)" \
|
||||
&& \
|
||||
rm -r /var/lib/apt/lists/*
|
||||
|
||||
|
|
|
@ -12,10 +12,10 @@ jobs:
|
|||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: https://git.kemitix.net/kemitix/rust@v2.3.0
|
||||
- uses: https://git.kemitix.net/kemitix/rust@v1.80.0
|
||||
with:
|
||||
args: nightly cargo test
|
||||
- uses: https://git.kemitix.net/kemitix/rust@v2.3.0
|
||||
- uses: https://git.kemitix.net/kemitix/rust@v1.80.0
|
||||
with:
|
||||
args: v1.79.0 cargo build
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue