Skip to content
Snippets Groups Projects
  1. Jun 08, 2021
  2. Jun 07, 2021
    • Simon McVittie's avatar
      CI: Make relocatable builds with both production and debug binaries · a1b7b37f
      Simon McVittie authored
      
      The production build uses dpkg packages, built with -O2 -g and stripped.
      This is similar to what we currently extract from a scout SDK build;
      but if we do it here, we can decouple the pressure-vessel release process
      from the scout release process, making it possible to issue a new
      pressure-vessel release for use with pre-existing scout/soldier runtimes
      much quicker than the time needed to do an entire scout release.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      a1b7b37f
  3. May 11, 2021
  4. Apr 19, 2021
  5. Feb 25, 2021
  6. Feb 18, 2021
  7. Nov 17, 2020
  8. Oct 06, 2020
  9. Sep 14, 2020
  10. Sep 10, 2020
    • Simon McVittie's avatar
      CI: Don't test against SDK when using the public beta runtime · 2af47b18
      Simon McVittie authored
      
      This doesn't currently work in the public beta (it's fixed in a future
      build).
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      2af47b18
    • Simon McVittie's avatar
      CI improvements · 7d45fec9
      Simon McVittie authored
      
      * Label the .deb build as "package" rather than "build" to be less
        confusable with build:foo
      * Build i386 packages, now that we can need them for the
        relocatable install
      * Build -dbgsym packages, so that we can do a full upgrade
      * Do a build and test on scout i386, not just amd64
      * Combine the scout amd64 and i386 builds to get the relocatable install
      * Avoid multiarch skew when running autopkgtest by preinstalling
        what we need
      * Always record test logs, not just on success
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      7d45fec9
  11. Sep 09, 2020
  12. Sep 08, 2020
  13. Sep 07, 2020
  14. Aug 20, 2020
  15. Aug 19, 2020
  16. Aug 18, 2020
  17. Aug 17, 2020
  18. Jul 16, 2020
  19. Jun 23, 2020
  20. May 21, 2020
  21. Apr 03, 2020
    • Simon McVittie's avatar
      scripts: Assert that we have the desired Python version · b4f85647
      Simon McVittie authored
      
      In Steam Runtime 1 'scout' and Steam Runtime 1½ 'heavy' SDK
      environments, we have a backport of python3.5 in order to run Meson,
      and meson.build automatically selects it if available.
      
      In newer environments like a developer's laptop, we expect to have a
      strictly newer Python version, like the python3.7 in Debian 10.
      
      One notable exception is that we only require Python 3.4+ for scripts
      that are meant to run on test machines or on non-developer Steam users'
      systems, which right now just means the test UI. This version was chosen
      because SteamOS 2 'brewmaster' and Ubuntu 14.04 'trusty' both have 3.4.
      
      Ubuntu 12.04 'precise' only has 3.2, but the Steam client doesn't
      actually work on 12.04 any more for orthogonal reasons.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      b4f85647
  22. Mar 05, 2020
  23. Mar 04, 2020
Loading