This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
gstreamer-rs
Watch
1
Star
1
Fork
You've already forked gstreamer-rs
1
mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced
2024-10-31 22:59:14 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
52c764b986
gstreamer-rs
/
ci
/
images_template.yml
5 lines
94 B
YAML
Raw
Normal View
History
Unescape
Escape
ci: move image tags to its own file Will be used by gst-plugins-rs to reference gstreamer-rs images as bases.
2020-04-21 13:24:36 +00:00
variables
:
ci: Fix pwsh scripts not exiting on error We all know that external utilities returning a non-zero exit code do not terminate a powershell script. However, most do not know (and neither did I) that it is impossible to promote error exit codes to script-terminating errors with ErrorActionPreference. Explicitly check the return codes and Exit. https://github.com/MicrosoftDocs/PowerShell-Docs/issues/1583 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1368>
2023-12-19 12:12:18 +00:00
GST_RS_IMG_TAG
:
"2023-12-19.2"
ci: Update to Rust 1.74.1 And rebuild image for newer GStreamer version. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1368>
2023-12-19 10:21:16 +00:00
GST_RS_STABLE
:
"1.74.1"
Update minimum supported Rust version to 1.70 gtk-rs will update soonish too. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1298>
2023-07-19 06:24:10 +00:00
GST_RS_MSRV
:
"1.70.0"
Reference in a new issue
Copy permalink