[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



Title: GitLab

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:

Changes:

  • projects/conjure/build
    ... ... @@ -18,7 +18,7 @@ cd /var/tmp/build/[% project %]-[% c('version') %]
    18 18
     tar -xf $rootdir/[% c('input_files_by_name/go_vendor') %]
    
    19 19
     
    
    20 20
     cd client
    
    21
    -go build -ldflags '-s' -tags 'protoreflect,nacl'
    
    21
    +go build -ldflags '-s' -tags 'protoreflect'
    
    22 22
     cp -a client[% IF c("var/windows") %].exe[% END %] $distdir/conjure-client[% IF c("var/windows") %].exe[% END %]
    
    23 23
     
    
    24 24
     cd ..
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits