Skip to content
This repository was archived by the owner on Oct 24, 2020. It is now read-only.

[WIP] Updates#3

Open
schu wants to merge 3 commits into
masterfrom
schu/updates
Open

[WIP] Updates#3
schu wants to merge 3 commits into
masterfrom
schu/updates

Conversation

@schu

@schu schu commented Jan 13, 2019

Copy link
Copy Markdown
Contributor

It looks like dep is not able to handle projects with cgo code always: by default it prunes needed header (.h) files, while project prune settings like below lead to added headers but also to the fact the full package is added and not only needed / used subpackages.

[prune]
  non-go = true
  go-tests = true
  unused-packages = true

  [[prune.project]]
  name = "github.com/iovisor/gobpf"
  non-go = false
  unused-packages = false

Is it possible? Investigation pending..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant