diff options
author | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | 2021-05-24 17:10:11 +0200 |
---|---|---|
committer | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | 2021-06-21 09:47:32 +0200 |
commit | 9a559c3705d676d68aace7cc060b937c08d68f4c (patch) | |
tree | 560fe5fd04d6e95e4cdb99096d3d6284f64f2f95 /gitlab | |
parent | cfdc3bdc3185004abb9d878d9359bae5c9d9d9ab (diff) |
docker: fedora: Add intel-mediasdk package.
Add intel-mediasdk package to build gst-msdk plugin in gst-plugins-bad.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/403>
Diffstat (limited to 'gitlab')
-rw-r--r-- | gitlab/ci_template.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index a549884..31cb6ae 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -21,7 +21,7 @@ variables: # If you are hacking on them or need a them to rebuild, its enough # to change any part of the string of the image you want. ### - FEDORA_TAG: '2021-06-07.0' + FEDORA_TAG: '2021-06-09.0' CERBERO_TAG: '2020-10-22.0' ANDROID_TAG: '2020-10-22.0' MANIFEST_TAG: '2020-10-22.0' |