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

server

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    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
    Name Last commit Last update
    ..