Skip to content
Snippets Groups Projects
Commit 42573003 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern: Committed by morgan
Browse files

Bug 41221: Remove the nacl tag from conjure.

This tag does not work on Windows.
parent db976d61
No related branches found
No related tags found
1 merge request!1023Bug 41221: Remove the nacl tag from conjure.
......@@ -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 ..
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment