Skip to content

Commit

Permalink
more CI debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
edslocomb committed Nov 5, 2023
1 parent 960ed0d commit 2eab1c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/formatters/installers/rustfmt.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,3 @@ echo -e "\nln -s $HOME/.rustup \$HOME/.rustup" >>/etc/bash.bashrc
echo -e "ln -s $HOME/.cargo \$HOME/.cargo" >>/etc/bash.bashrc
echo -e "source \$HOME/.cargo/env" >>/etc/bash.bashrc
source $HOME/.cargo/env
echo $PATH
ls -l $HOME
ls -l $HOME/.cargo
ls -l $HOME/.rustup
which rustup
7 changes: 7 additions & 0 deletions test/formatters/run-func.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ set -euo pipefail
# Avoid using git to get project directory, due to
# https://github.com/radian-software/apheleia/pull/89#issuecomment-1107319617

whoami
echo $PATH
ls -l $HOME
ls -l $HOME/.cargo
ls -l $HOME/.rustup
which rustup

cd "$(dirname "$0")"
repo="$(cd ../.. && pwd)"

Expand Down

0 comments on commit 2eab1c4

Please sign in to comment.