Skip to content
Snippets Groups Projects
  1. May 20, 2021
  2. Apr 27, 2021
  3. Apr 22, 2021
  4. Mar 04, 2021
  5. Feb 22, 2021
  6. Feb 19, 2021
  7. Jan 28, 2021
  8. Jan 27, 2021
    • Simon McVittie's avatar
      tests: Don't look at the real environment for driver_environment() · 000b8dc0
      Simon McVittie authored
      
      If one of the variables we are interested in happens to be set
      already, and doesn't get overridden, then the test will fail.
      For example, `DRI_PRIME=1 meson test -C _build` would fail.
      
      This will become a lot more likely to happen when I start logging
      ubiquitous environment variables like `DISPLAY`.
      
      We can't just set envp = NULL initially, because g_environ_setenv()
      in Ubuntu 12.04 won't accept NULL as a valid environment block (although
      newer versions do).
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      000b8dc0
  9. Jan 05, 2021
  10. Dec 08, 2020
  11. Nov 19, 2020
  12. Nov 18, 2020
    • Simon McVittie's avatar
      system-info: Detect whether the expected runtime linker is present · 559bdc0a
      Simon McVittie authored
      
      On operating systems with unusual path layouts, such as Exherbo and
      NixOS, the de facto standard path for the runtime linker is not
      necessarily present for all architectures.
      
      (Of course, if the x86_64 runtime linker is not present, we won't
      normally be able to run steam-runtime-system-info either, but at least
      users of such operating systems can compile it from source code if they
      need to provide diagnostics.)
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      559bdc0a
  13. Nov 17, 2020
  14. Oct 26, 2020
  15. Oct 07, 2020
  16. Sep 29, 2020
  17. Sep 25, 2020
  18. Sep 22, 2020
  19. Sep 21, 2020
  20. Sep 07, 2020
  21. Jul 29, 2020
  22. Jul 09, 2020
  23. Jun 10, 2020
  24. Apr 24, 2020
  25. Apr 06, 2020
  26. Apr 03, 2020
  27. Apr 02, 2020
  28. Apr 01, 2020
  29. Mar 06, 2020
  30. Mar 05, 2020
  31. Feb 10, 2020
  32. Nov 08, 2019
  33. Oct 31, 2019
  34. Oct 11, 2019
  35. Sep 26, 2019
Loading