Skip to content

Commit

Permalink
Add more logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Feb 1, 2024
1 parent 89dc47a commit fb7fce9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
run: |
mkdir iree-dist
tar -xf "iree-dist-20240131.787-linux-x86_64.tar.xz" -C "iree-dist"
- name: "Inspecting package archive"
run: |
ls iree-dist
- name: "Installing dependencies"
run: |
python -m pip install lit
Expand Down
1 change: 1 addition & 0 deletions build_tools/pkgci/test_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
###############################################################################

set -euo pipefail
set -x

PACKAGE_DIR="$1"
SOURCE_DIR_ROOT=$(git rev-parse --show-toplevel)
Expand Down

0 comments on commit fb7fce9

Please sign in to comment.