Skip to content

Include libcasefold, for amd64 only

Lucas Kanashiro requested to merge wip/t13011 into steamrt/scout

libcasefold depends on libsyscall-intercept, which is currently x86_64-only.

https://phabricator.collabora.com/T13011

Test plan

$ http_proxy=... no_proxy=... ./setup_chroot.sh --beta --amd64 --extra-apt-source "deb http://steamos-master.valve.org/shared/steamrt scout main" --extra-apt-source "deb [trusted=yes] http://192.168.122.1:3142/local/steamrt-scout scout-t13011 main"
$ schroot -c chroot:steamrt_scout_beta_amd64 -- cat /etc/DEBIAN_VERSION
cat: /etc/DEBIAN_VERSION: No such file or directory
$ schroot -c chroot:steamrt_scout_beta_amd64 -- env CI_MOUNTPOINTS=/etc LD_PRELOAD=libcasefold.so.0 cat /etc/DEBIAN_VERSION
wheezy/sid

(where the second --extra-apt-source contains this steamrt, and will be unnecessary after this is released).

Edited by Lucas Kanashiro

Merge request reports