Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B buck
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 201
    • Issues 201
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • buck
  • Issues
  • #2192
Closed
Open
Issue created Feb 07, 2019 by Administrator@rootContributor

prebuilt_cxx_library has no flavors

Created by: njlr

A prebuilt_cxx_library has no flavors (according to buck audit). Internally, however, there seem to be various flavors for headers. How can I "build" these flavor from the command-line so that I can inspect the header-files on disk?

$ buck build //:foo#default,headers

One possible work-around: create an empty cxx_library that depends on the prebuilt_cxx_library and build that. You will find the headers in the buck-out folder.

Assignee
Assign to
Time tracking