[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41221: Remove the nacl tag from conjure.

morgan (@morgan) git at gitlab.torproject.org
Thu Aug 22 23:18:08 UTC 2024



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/4257300371b08ffc11de4e083ee372b4fd3c7d6b

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/4257300371b08ffc11de4e083ee372b4fd3c7d6b
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240822/25905c9f/attachment.htm>


More information about the tor-commits mailing list