Skip to content

Commit 2b690b4

Browse files
committed
chore: support parallel library generation
1 parent 01e742d commit 2b690b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hermetic_build/library_generation/generate_library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ if [ -z "${os_architecture}" ]; then
115115
os_architecture=$(detect_os_architecture)
116116
fi
117117

118-
temp_destination_path="${output_folder}/temp_preprocessed"
118+
temp_destination_path="${output_folder}/temp_preprocessed/$(uuidgen)"
119119
mkdir -p "${output_folder}/${destination_path}"
120120
if [ -d "${temp_destination_path}" ]; then
121121
# we don't want the preprocessed sources of a previous run

0 commit comments

Comments
 (0)