Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Jul 17, 2019
1 parent 3e9b3bb commit a4c722b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
set -e
set -o pipefail

set -x
ls -l /usr/lib/ccache
/usr/lib/ccache/gcc-9 --version
command -v gcc-9
declare -p PATH
ls -l /usr/bin/gcc*

dpkg -S /usr/bin/gcc-9
dpkg -S /usr/bin/x86_64-linux-gnu-gcc-9

# This will pass the environment variables down to a bash process which runs
# as $USER, while retaining the environment variables defined and belonging
# to secondary groups given above in usermod.
Expand Down

0 comments on commit a4c722b

Please sign in to comment.