guix: no-tor-bundle release

This commit is contained in:
tobtoht 2023-02-13 12:04:03 +01:00
parent c11ca77599
commit e6cd81d8fe
No known key found for this signature in database
GPG key ID: E45B10DD027D2472
2 changed files with 2 additions and 1 deletions

View file

@ -74,6 +74,7 @@ mkdir -p "$VERSION_BASE"
# Default to building for all supported HOSTs (overridable by environment)
export HOSTS="${HOSTS:-x86_64-linux-gnu aarch64-linux-gnu arm-linux-gnueabihf
x86_64-linux-gnu.no-tor-bundle
x86_64-w64-mingw32 x86_64-w64-mingw32.installer
x86_64-apple-darwin}"

View file

@ -286,7 +286,7 @@ mkdir -p "$DISTSRC"
*linux*)
CMAKEVARS+=" -DSTACK_TRACE=ON"
case "$OPTIONS" in
tails)
no-tor-bundle)
CMAKEVARS+=" -DTOR_DIR=Off -DTOR_VERSION=Off"
;;
esac