Skip to content

Commit

Permalink
ci: [DEBUG] List dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubik65536 committed Mar 8, 2024
1 parent ba8e767 commit f7c85b3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ LLVM_RELEASE="$(cat llvm-release.txt)"
if [ "$2" != "stage1" ]; then
tar -xf build_directory.tar
fi

if [ "$2" = "stage2" ]; then
ls -lR /Users/runner/work/llvm-macos-buildbot/llvm-macos-buildbot/final/Phase1/Release/llvmCore-18.1.0-final.install/
fi

if [ "$2" = "stage3" ]; then
ls -lR /Users/runner/work/llvm-macos-buildbot/llvm-macos-buildbot/final/Phase2/Release/llvmCore-18.1.0-final.install/
fi

cp final/llvm-project/llvm/utils/release/test-release.sh .
patch -p1 < 0001-skip-tests.patch
patch -p1 < 0002-support-partitioned-builds.patch
Expand Down

0 comments on commit f7c85b3

Please sign in to comment.