Skip to content
Snippets Groups Projects

Draft: runtimes: Configure runtime overlay apt source, and upgrade Platform to it

Merged Simon McVittie requested to merge wip/task619 into master
4 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 7
0
@@ -85,6 +85,13 @@ post_script: |
"${prefix}/share/steam/compatibilitytools.d"
done
platform:
pre_apt_script: |
set -eux
rm -f /etc/apt/preferences.d/*steamrt-no-runtime-overlay.pref
apt-get -y update
apt-get -y full-upgrade
sdk:
add_packages_multiarch:
- steamrt-libdebug:
Loading