mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 17:41:05 +00:00
c5dfc87953
It is fairly common to rebuild only the linux or windows image. This avoids needless rebuilds and then (v slow) downloads into the docker cache of runners. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1500>
8 lines
267 B
YAML
8 lines
267 B
YAML
variables:
|
|
GST_RS_IMG_TAG: "2024-08-19.2"
|
|
GST_RS_IMG_WINDOWS_TAG: "2024-08-19.1"
|
|
GST_RS_STABLE: "1.80.1"
|
|
GST_RS_MSRV: "1.71.1"
|
|
# The branch we use to build GStreamer from in the docker images
|
|
# Ex. main, 1.24, my-test-branch
|
|
GST_UPSTREAM_BRANCH: 'main'
|