Skip to content

Commit a24cc71

Browse files
committed
debug
1 parent e6d3a4a commit a24cc71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hermetic_build/library_generation/generate_library.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ if [ -z "${os_architecture}" ]; then
115115
os_architecture=$(detect_os_architecture)
116116
fi
117117
random_suffix=$(LC_ALL=C tr -dc 'a-zA-Z' < /dev/urandom | fold -w 20 | head -n 1)
118+
echo "1"
118119
temp_destination_path="${output_folder}/temp_preprocessed/${random_suffix}"
120+
echo "2"
119121
mkdir -p "${output_folder}/${destination_path}"
120122
if [ -d "${temp_destination_path}" ]; then
121123
# we don't want the preprocessed sources of a previous run

0 commit comments

Comments
 (0)