mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
use clang with cgo to build cli
This commit is contained in:
parent
8e8158aea2
commit
6091595f34
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ build:
|
||||||
dependencies:
|
dependencies:
|
||||||
go.dev: ^1.18
|
go.dev: ^1.18
|
||||||
tea.xyz/gx/make: '*'
|
tea.xyz/gx/make: '*'
|
||||||
|
linux:
|
||||||
|
tea.xyz/gx/cc: c99 # for cgo
|
||||||
env:
|
env:
|
||||||
GOPATH: ${{prefix}}/gopath
|
GOPATH: ${{prefix}}/gopath
|
||||||
GOCACHE: ${{prefix}}/gocache
|
GOCACHE: ${{prefix}}/gocache
|
||||||
|
|
Loading…
Reference in a new issue