Skip to content
Snippets Groups Projects
Commit a13f67a1 authored by koenigl's avatar koenigl
Browse files

re-enable timer patch

parent a3885e25
No related branches found
No related tags found
No related merge requests found
...@@ -67,19 +67,24 @@ echo $done_text ...@@ -67,19 +67,24 @@ echo $done_text
#) #)
# Now apply patches to libtock-rs. Do that in a sub-shell # Now apply patches to libtock-rs. Do that in a sub-shell
#( (
# cd third_party/libtock-rs/ && \ cd third_party/libtock-rs/ && \
# for p in ../../patches/libtock-rs/[0-9][0-9]-*.patch for p in ../../patches/libtock-rs/[0-9][0-9]-*.patch
# do do
# echo -n '[-] Applying patch "'$(basename $p)'"... ' if [ $p != ../../patches/libtock-rs/03-timer.patch ]
# if git apply "$p" then
# then echo "Ignoring patch $p"
# echo $done_text continue
# else fi
# patch_conflict_detected echo -n '[-] Applying patch "'$(basename $p)'"... '
# fi if git apply "$p"
# done then
#) echo $done_text
else
patch_conflict_detected
fi
done
)
# Ensure we have certificates, keys, etc. so that the tests can run # Ensure we have certificates, keys, etc. so that the tests can run
source tools/gen_key_materials.sh source tools/gen_key_materials.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment