We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e742d commit 2b690b4Copy full SHA for 2b690b4
hermetic_build/library_generation/generate_library.sh
@@ -115,7 +115,7 @@ if [ -z "${os_architecture}" ]; then
115
os_architecture=$(detect_os_architecture)
116
fi
117
118
-temp_destination_path="${output_folder}/temp_preprocessed"
+temp_destination_path="${output_folder}/temp_preprocessed/$(uuidgen)"
119
mkdir -p "${output_folder}/${destination_path}"
120
if [ -d "${temp_destination_path}" ]; then
121
# we don't want the preprocessed sources of a previous run
0 commit comments