Merge "Fix crashes in various GParamSpec creation functions" into tizen
[platform/upstream/glib.git] / .gitlab-ci / show-execution-environment.sh
1 #!/bin/bash
2
3 set -eux -o pipefail
4
5 id || :
6 capsh --print || :
7 env -0 | sort -z | perl -pe 's/\0/\n/g' || :
8 setpriv --dump || :
9 ulimit -a || :
10 cat /proc/self/status || :
11 cat /proc/self/mountinfo || :
12 stat /etc/machine-id || :
13 stat /var/lib/dbus/machine-id || :