mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-22 22:31:02 -04:00
Syntax error in libevent checksum verification
This commit is contained in:
parent
bed48c57fe
commit
6a4449e9a8
1 changed files with 2 additions and 2 deletions
|
@ -182,7 +182,7 @@ jobs:
|
||||||
|
|
||||||
# download
|
# download
|
||||||
wget https://github.com/libevent/libevent/releases/download/release-$LIBEVENT_VERSION/libevent-$LIBEVENT_VERSION.tar.gz
|
wget https://github.com/libevent/libevent/releases/download/release-$LIBEVENT_VERSION/libevent-$LIBEVENT_VERSION.tar.gz
|
||||||
echo "92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb libevent-$LIBEVENT_VERSION.tar.gz | sha256sum --check --status
|
echo "92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb libevent-$LIBEVENT_VERSION.tar.gz" | sha256sum --check --status
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "libevent checksum failed"
|
echo "libevent checksum failed"
|
||||||
exit -1
|
exit -1
|
||||||
|
@ -279,7 +279,7 @@ jobs:
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
make install
|
make install
|
||||||
- save_cache:
|
- save_cache:
|
||||||
# NOTE: change when upgrading libevent
|
# NOTE: change when upgrading tor
|
||||||
key: build-tor-windows-tor-0.4.7.7-{{ .Environment.CACHE_VERSION }}
|
key: build-tor-windows-tor-0.4.7.7-{{ .Environment.CACHE_VERSION }}
|
||||||
paths:
|
paths:
|
||||||
- /home/circleci/build/prefix-tor-x32
|
- /home/circleci/build/prefix-tor-x32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue