morgan pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits: 42573003 by Pier Angelo Vendrame at 2024-08-22T23:17:31+00:00 Bug 41221: Remove the nacl tag from conjure.
This tag does not work on Windows.
- - - - -
1 changed file:
- projects/conjure/build
Changes:
===================================== projects/conjure/build ===================================== @@ -18,7 +18,7 @@ cd /var/tmp/build/[% project %]-[% c('version') %] tar -xf $rootdir/[% c('input_files_by_name/go_vendor') %]
cd client -go build -ldflags '-s' -tags 'protoreflect,nacl' +go build -ldflags '-s' -tags 'protoreflect' cp -a client[% IF c("var/windows") %].exe[% END %] $distdir/conjure-client[% IF c("var/windows") %].exe[% END %]
cd ..
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/42...