projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12293a3
)
Update LFSC version (#8614)
author
Andrew Reynolds
<andrew.j.reynolds@gmail.com>
Thu, 14 Apr 2022 04:46:19 +0000
(23:46 -0500)
committer
GitHub
<noreply@github.com>
Thu, 14 Apr 2022 04:46:19 +0000
(23:46 -0500)
Now has a different expected output ("success" for each check).
contrib/get-lfsc-checker
patch
|
blob
|
history
diff --git
a/contrib/get-lfsc-checker
b/contrib/get-lfsc-checker
index f4fe867c02b1aa438372d6f8747e6df44e8c2e20..c46b13edaca6a9fa172c96fa8870257dadc6d109 100755
(executable)
--- a/
contrib/get-lfsc-checker
+++ b/
contrib/get-lfsc-checker
@@
-24,7
+24,7
@@
LFSC_DIR="$BASE_DIR/lfsc-checker"
mkdir -p $LFSC_DIR
# download and unpack LFSC
-version="
15f53d6feb84e4ddb41deaf2b5630f5c1303b06d
"
+version="
80b6a1b67f819b58f3e80c029a5e22f42d2ab32f
"
download "https://github.com/cvc5/LFSC/archive/$version.tar.gz" $BASE_DIR/tmp/lfsc.tgz
tar --strip 1 -xzf $BASE_DIR/tmp/lfsc.tgz -C $LFSC_DIR