Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai3
tools
tabacco
Commits
0430f379
Commit
0430f379
authored
Nov 22, 2021
by
ale
Browse files
Build Go code first so that output dirs will be created
parent
bd494562
Pipeline
#24131
passed with stages
in 2 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
0430f379
...
...
@@ -7,9 +7,9 @@ export DH_GOLANG_INSTALL_ALL = 1
dh $@ --buildsystem=golang --with=golang
override_dh_auto_install:
dh_auto_install -- --no-source
gcc -O2 -s -std=c99 -Wall -o $(CURDIR)/debian/tabacco/usr/bin/tabacco-decompress-helper \
aux/tabacco-decompress-helper/tabacco-decompress-helper.c
dh_auto_install -- --no-source
override_dh_installsystemd:
dh_installsystemd --name tabacco-agent --no-enable
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment