Commit 1231aa98 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: stability fix

  -- when unzip, added --DD option: skip restoration of timestamps for all extracted items.
     should resolve clock skew issues
Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent e595ec7c
...@@ -210,8 +210,8 @@ else ...@@ -210,8 +210,8 @@ else
fi fi
echo "mkdir tmp" >> $VM_CMDS echo "mkdir tmp" >> $VM_CMDS
echo "cd tmp" >> $VM_CMDS echo "cd tmp" >> $VM_CMDS
echo "echo \"unzip -qq ../localZip.zip\"" >> $VM_CMDS echo "echo \"unzip -qq -DD ../localZip.zip\"" >> $VM_CMDS
echo "unzip -qq ../localZip.zip" >> $VM_CMDS echo "unzip -qq -DD ../localZip.zip" >> $VM_CMDS
if [ "$VM_NAME" == "ci-cppcheck" ] if [ "$VM_NAME" == "ci-cppcheck" ]
then then
echo "mkdir cmake_targets/log" >> $VM_CMDS echo "mkdir cmake_targets/log" >> $VM_CMDS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment