Skip to content

Commit 8fdc0f4

Browse files
committed
codeql space debug
1 parent c7f9a24 commit 8fdc0f4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/scripts/ubuntu-22.04/postcompile_build.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ echo "${INSTALL_PATH}/odb/bin" >> $GITHUB_PATH
66
echo "CMAKE_PREFIX_PATH=${INSTALL_PATH}/odb:$CMAKE_PREFIX_PATH" >> $GITHUB_ENV
77

88
# Clean up dependency sources and intermediate binaries to save space
9+
echo "before"
10+
ls -lA ${DOWNLOAD_PATH}
11+
ls -lA ${INSTALL_PATH}
12+
ls -lA ./
913
rm -rf ${DOWNLOAD_PATH}/odb
1014
rm -rf ${INSTALL_PATH}/build2
1115
rm -rf ./build2-toolchain-*
16+
echo "after"
17+
ls -lA ${DOWNLOAD_PATH}
18+
ls -lA ${INSTALL_PATH}
19+
ls -lA ./

0 commit comments

Comments
 (0)