1. 17 Mar, 2020 1 commit
  2. 13 Mar, 2020 4 commits
  3. 02 Mar, 2020 1 commit
  4. 01 Mar, 2020 1 commit
  5. 19 Feb, 2020 1 commit
    • azure: docker: set up HOME variable to fix Coverity builds · 6efe3d35
      In commit 01a83406 (azure: docker: fix ARM builds by replacing gosu(1),
      2020-02-18), we've switched our entrypoint from gosu(1) to use sudo(1)
      instead to fix our ARM builds. The switch introduced an incompatibility
      that now causes our Coverity builds to fail, as the "--preserve-env"
      switch will also keep HOME at its current value. As a result, Coverity
      now tries to set up its configuration directory in root's home
      directory, which it naturally can't write to.
      
      Fix the issue by adding the "--set-home" flag to sudo(1).
      Patrick Steinhardt committed
  6. 18 Feb, 2020 4 commits
  7. 07 Feb, 2020 7 commits
  8. 04 Feb, 2020 2 commits
  9. 24 Jan, 2020 4 commits
  10. 24 Nov, 2019 6 commits
  11. 23 Nov, 2019 1 commit
  12. 22 Nov, 2019 1 commit
  13. 13 Oct, 2019 1 commit
  14. 21 Sep, 2019 1 commit
    • azure: avoid building and testing in Docker as root · 3c884cc3
      Right now, all tests in libgit2's CI are being executed as root
      user. As libgit2 will usually not run as a root user in "normal"
      usecases and furthermore as there are tests that rely on the
      ability to _not_ be able to create certain paths, let's instead
      create an unprivileged user "libgit2" and use that across all
      docker images.
      Patrick Steinhardt committed
  15. 13 Sep, 2019 5 commits