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
  • Merge requests
  • !1456

Docs: update supported values for cxx linker and archiver platforms

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/kolen/docs-update-cxx-linker-archiver-platforms into master Aug 09, 2017
  • Overview 7
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: kolen

Linker platform

Documentation lists MACOS, LINUX, WINDOWS, but seems that actual values are:

https://github.com/facebook/buck/blob/4b5591162c4b69e20fe224744be13df04e03a6b0/src/com/facebook/buck/cxx/platform/LinkerProvider.java#L30-L35

Setting this key to LINUX results in following error:

BUILD FAILED: .buckconfig: cxx:linker_platform must be one of DARWIN, GNU, WINDOWS, UNKNOWN (case insensitive) (was "LINUX")

Archiver platform

Documentation lists MACOS, LINUX, WINDOWS, but actual values are:

https://github.com/facebook/buck/blob/f95f70e379ed0ec3098397e7d2696c07dd739cf7/src/com/facebook/buck/util/environment/Platform.java#L18-L23

I'm not sure if UNKNOWN should be listed in docs too.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/kolen/docs-update-cxx-linker-archiver-platforms