Files
libgit2/azure-pipelines
Patrick Steinhardt 01a8340662 azure: docker: fix ARM builds by replacing gosu(1)
Our nightly builds are currently failing due to our ARM-based jobs.
These jobs crash immediately when entering the Docker container with a
exception thrown by Go's language runtime. As we're able to successfully
builds the Docker images in previous steps, it's unlikely to be a bug in
Docker itself. Instead, this exception is thrown by gosu(1), which is a
Go-based utility to drop privileges and run by our entrypoint.

Fix the issue by dropping gosu(1) in favor of sudo(1).
2020-02-18 16:43:52 +01:00
..
2019-11-23 11:25:44 +11:00
2019-10-13 13:54:05 +02:00