Skip to content
Snippets Groups Projects
Commit e9f0ab67 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

compile.sh: Apply the patches after cloning only

parent 486ae216
No related branches found
No related tags found
No related merge requests found
Pipeline #6768 failed with stage
in 4 minutes and 49 seconds
......@@ -243,6 +243,7 @@ if [ ! -d "vlc" ]; then
diagnostic "VLC source not found, cloning"
git clone https://git.videolan.org/git/vlc/vlc-3.0.git vlc
checkfail "vlc source: git clone failed"
git am ../libvlc/patches/*.patch
fi
diagnostic "VLC source found"
cd vlc
......@@ -257,7 +258,6 @@ fi
if [ "$RELEASE" = 1 ]; then
git reset --hard ${TESTED_HASH}
fi
git am ../libvlc/patches/*.patch
cd ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment