Skip to content

Commit

Permalink
patch on relic
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerliu committed Mar 30, 2023
1 parent bdd0d82 commit 0d45473
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions deps/relic/download_relic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FORMAT=tar.gz
LINK=https://github.com/relic-toolkit/relic
RELIC=${1:-relic-toolkit-${VERSION}}

# commit of as of 22/07/2022
# commit of as of 22/06/2022
# comment 'Update LABEL with recent changes'
COMMIT=40f24f017d461647ce6202c3ccaae3c22037369c

Expand All @@ -18,7 +18,10 @@ COMMIT=40f24f017d461647ce6202c3ccaae3c22037369c
echo "Clone github repo @ ${LINK}"
git clone ${LINK} ${RELIC}.git
cd ${RELIC}.git
git reset --hard ${COMMIT}
git checkout ${COMMIT}
git remote add tyler https://github.com/tylerliu/relic
git fetch tyler
git cherry-pick 6c383a1e97971fb342dc406a1b5da82af3df8b40

if [[ ! -f ${RELIC}.${FORMAT} ]]; then
echo "Create archive of source (without git files)"
Expand Down

0 comments on commit 0d45473

Please sign in to comment.