Skip to content
Snippets Groups Projects
Select Git revision
  • client-http-server-for-token
  • master
  • gitlab-auth-issue
  • windows
  • microsoft
  • message
  • azure_auth
  • prometheus
  • permission-templates
  • no-datastore
  • save-public-keys
  • gitlab-group-level-start
  • ballinvoher default protected
  • v1.1.0
  • v1.0.0
  • v0.1
16 results

sqlite.go

Blame
    • Niall Sheridan's avatar
      7062ddef
      Allow building static binaries · 7062ddef
      Niall Sheridan authored
      sqlite uses CGO which prevents the building of statically-linked binaries.
      This change will omit sqlite support when building a static binary with:
      CGO_ENABLED=0 go build --ldflags '-extldflags "-static"'
      7062ddef
      History
      Allow building static binaries
      Niall Sheridan authored
      sqlite uses CGO which prevents the building of statically-linked binaries.
      This change will omit sqlite support when building a static binary with:
      CGO_ENABLED=0 go build --ldflags '-extldflags "-static"'