Skip to content

Commit

Permalink
fix(mme): liblfds related build failures (magma#15442)
Browse files Browse the repository at this point in the history
Changes:
  - As the certificate for liblfds expired
    replaced the URL with --no-check-certificate

Tests:
  - Generated the build using ./build.py --no-install liblfds
  - Output: third_party/build/liblfds710_7.1.0-0ubuntu20.04_amd64.deb

Signed-off-by: shashidhar-patil <[email protected]>
Co-authored-by: shashidhar-patil <[email protected]>
  • Loading branch information
panyogesh and shashidhar-patil authored Jun 27, 2024
1 parent 8792d18 commit 66f756f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion third_party/build/bin/liblfds_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ fi
mkdir ${WORK_DIR}
cd ${WORK_DIR}

git clone https://liblfds.org/git/liblfds
mkdir -p liblfds/liblfds
wget --no-check-certificate https://liblfds.org/downloads/liblfds%20release%207.1.0%20source.zip -P liblfds/liblfds

unzip liblfds/liblfds/'liblfds release 7.1.0 source.zip' -d liblfds/
# maybe want to edit a persistent copy...
# rsync -ravP --delete "${SCRIPT_DIR}/liblfds/" liblfds/

Expand Down

0 comments on commit 66f756f

Please sign in to comment.