gstreamer-rs/ci/images_template.yml
Marijn Suijten d203745cfc ci: Install rustdoc-stripper in Nightly Rust image
This saves two build-jobs from performing the same (expensive!)
compilation+installation over and over again, when it is much cheaper to
cache it in the image instead.
2021-05-05 12:23:40 +02:00

5 lines
94 B
YAML

variables:
GST_RS_IMG_TAG: '2021-05-05.0'
GST_RS_STABLE: '1.51.0'
GST_RS_MSRV: '1.51.0'