Skip to content

Commit

Permalink
lgtm: fix for tss version
Browse files Browse the repository at this point in the history
TSS now uses the git-describe for version so the master zip archive
provided by GitHub no longer works.

Signed-off-by: William Roberts <[email protected]>
  • Loading branch information
William Roberts committed Aug 23, 2021
1 parent f0a0b80 commit ec3e81c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .lgtm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ extraction:
packages:
- autoconf-archive
- acl
- git
after_prepare:
- cd "$LGTM_WORKSPACE"
- mkdir installdir
- wget https://github.com/tpm2-software/tpm2-tss/archive/master.tar.gz
- tar xf master.tar.gz
- cd tpm2-tss-master
- git clone https://github.com/tpm2-software/tpm2-tss.git
- cd tpm2-tss
- ./bootstrap
- ./configure --prefix="$LGTM_WORKSPACE/installdir/usr" --disable-doxygen-doc --disable-esys --disable-fapi
- make install
Expand Down

0 comments on commit ec3e81c

Please sign in to comment.