gstreamer/ci/docker/fedora/prepare.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
286 B
Bash
Raw Normal View History

#! /bin/bash
set -eux
bash ./ci/docker/fedora/install-deps.sh
# Configure git for various usage
git config --global user.email "gstreamer@gstreamer.net"
git config --global user.name "Gstbuild Runner"
bash ./ci/scripts/install-rust.sh
bash ./ci/scripts/create-subprojects-cache.sh