mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-02 17:53:48 +00:00
ci: Update base image from Debian bookworm to trixie
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2252>
This commit is contained in:
parent
b511beaf2c
commit
8a0b255504
1 changed files with 3 additions and 3 deletions
|
@ -88,19 +88,19 @@ trigger:
|
||||||
extends: .debian:12
|
extends: .debian:12
|
||||||
variables:
|
variables:
|
||||||
RUST_VERSION: '$GST_RS_STABLE'
|
RUST_VERSION: '$GST_RS_STABLE'
|
||||||
image: "registry.freedesktop.org/gstreamer/gstreamer-rs/debian/bookworm-slim:$GST_RS_STABLE-$GST_RS_IMG_TAG"
|
image: "registry.freedesktop.org/gstreamer/gstreamer-rs/debian/trixie-slim:$GST_RS_STABLE-$GST_RS_IMG_TAG"
|
||||||
|
|
||||||
.debian:12-msrv:
|
.debian:12-msrv:
|
||||||
extends: .debian:12
|
extends: .debian:12
|
||||||
variables:
|
variables:
|
||||||
RUST_VERSION: '$GST_RS_MSRV'
|
RUST_VERSION: '$GST_RS_MSRV'
|
||||||
image: "registry.freedesktop.org/gstreamer/gstreamer-rs/debian/bookworm-slim:$GST_RS_MSRV-$GST_RS_IMG_TAG"
|
image: "registry.freedesktop.org/gstreamer/gstreamer-rs/debian/trixie-slim:$GST_RS_MSRV-$GST_RS_IMG_TAG"
|
||||||
|
|
||||||
.debian:12-nightly:
|
.debian:12-nightly:
|
||||||
extends: .debian:12
|
extends: .debian:12
|
||||||
variables:
|
variables:
|
||||||
RUST_VERSION: 'nightly'
|
RUST_VERSION: 'nightly'
|
||||||
image: "registry.freedesktop.org/gstreamer/gstreamer-rs/debian/bookworm-slim:nightly-$GST_RS_IMG_TAG"
|
image: "registry.freedesktop.org/gstreamer/gstreamer-rs/debian/trixie-slim:nightly-$GST_RS_IMG_TAG"
|
||||||
|
|
||||||
.cargo test:
|
.cargo test:
|
||||||
stage: "test"
|
stage: "test"
|
||||||
|
|
Loading…
Reference in a new issue