Skip to content
Snippets Groups Projects
  1. Dec 20, 2017
  2. Dec 19, 2017
  3. Dec 06, 2017
  4. Dec 05, 2017
  5. Dec 04, 2017
  6. Dec 01, 2017
  7. Nov 17, 2017
  8. Nov 16, 2017
  9. Nov 15, 2017
    • Simon McVittie's avatar
      Provide separate .pc files for libcapsule tools and library · 875cb46c
      Simon McVittie authored
      
      This makes it easier to co-install the tools in environments where
      libc6-dev might not be in sync across architectures. We need both
      bit-widths of the tools for testing in a multiarch environment.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      875cb46c
    • Simon McVittie's avatar
      tests/manual/gl.pl: Provide shortcuts for some plausible defaults · ec06735b
      Simon McVittie authored
      
      libcapsule seems to work OK for Mesa, so we can seriously consider
      using it for that configuration.
      
      With the NVIDIA binary driver, libcapsule crashes horribly; but the
      benefit we can get from libcapsule is limited in that case anyway. The
      NVIDIA driver is binary-only, so we are going to be using the precompiled
      binary that matches the kernel, regardless of whether it was intended
      for use with our container's base OS. However, we can assume that NVIDIA
      compiled it with conservative glibc and libX11 dependencies, because
      if they hadn't, it couldn't work on older OSs and containers anyway; so
      we presumably don't really need to pull in newer supporting libraries,
      just the NVIDIA blobs.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      ec06735b
    • Simon McVittie's avatar
      Optionally include fewer libraries from --gl-provider · 62d38ff9
      Simon McVittie authored
      
      For Mesa we don't need a few NVIDIA libraries, and for NVIDIA
      we don't need Mesa's many dependencies.
      
      In the --proposed-nvidia configuration /updates ends up empty, but we
      try to bind-mount it in anyway, so make sure it is at least created.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      62d38ff9
Loading