gstreamer/docker
Nirbheek Chauhan 98e3c7d8b8 cerbero ci: Refactor cerbero_before_script
We were doing a few things suboptimally:

1. Making a symlink from the current directory to
   ../../gstreamer/cerbero so that build-tools kept working, which
   should not be necessary since cerbero relocates all binaries inside
   the cerbero homedir after extracting the cache.

2. Hard-coding the cerbero builddir when building on Windows because
   `pwd` was outputting an MSYS-style path which Python can't read

3. rsync-ing all the contents of $CERBERO_HOST_DIR, which is
   bad because we should be building on top of the artifact cache.
   The only thing we want from $CERBERO_HOST_DIR is cerbero-sources
   (the network cache), and we can setup the toolchain during
   bootstrap with the new --system and --toolchains arguments which
   were split out of --system-only.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/350>
2020-09-22 21:58:59 +05:30
..
android android: update to gradle 5.6.4 without --no-search-upwards 2020-05-09 00:04:23 +10:00
build_manifest docker: allow to specify the branch to pull for various repos 2020-03-08 18:53:23 +00:00
cerbero cerbero ci: Refactor cerbero_before_script 2020-09-22 21:58:59 +05:30
fedora docker/fedora: install more debug symbols 2020-09-15 16:24:51 +03:00
indent docker: move gst-indent script into docker image 2020-06-29 17:12:00 +03:00
test_manifest docker/fedora: upgrade base images to f31 2020-02-10 10:18:42 +00:00
windows cerbero ci: Refactor cerbero_before_script 2020-09-22 21:58:59 +05:30
README docker: Add initial images 2017-10-21 12:45:38 +02:00

GStreamer Docker images