Skip to content

Commit

Permalink
revert setup.sh changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 2, 2024
1 parent 5121fa2 commit 4ac5f8b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .ci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,6 @@ SETUP_CONDA=${SETUP_CONDA:-"true"}

ARCH=$(uname -m)

echo "---- df ----"
df
echo ""
echo "---- docker images ----"
/tmp/docker images
echo ""
echo "---- docker container ls --all ----"
/tmp/docker container ls --all
echo ""
echo "---- docker system df ----"
/tmp/docker system df
exit 123

if [[ $OS_NAME == "macos" ]]; then
if [[ $COMPILER == "clang" ]]; then
Expand Down

0 comments on commit 4ac5f8b

Please sign in to comment.