Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the supported values of the os and distribution parameters. #1516

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions doc/catalog-format-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -857,11 +857,13 @@ available.'case(toolchain)'.user = false

## Parameters

- `os`: name of the OS. Currently supported values are: `linux`, `macos` and
`windows`.
- `os`: name of the OS. Currently supported values are: `freebsd`, `linux`,
`macos`, `os-unknown`, and `windows`.

- `distribution`: name of the Linux distribution, or `none` if running on a
different OS. Currently supported values are: `debian`, `ubuntu`.
- `distribution`: name of the Linux distribution or name of the software
distribution platform if running on a different OS. Currently supported
values are: `arch`, `centos`, `debian`, `distro-unknown`, `fedora`,
`homebrew`, `macports`, `msys2`, `rhel`, `suse`, and `ubuntu`.
Comment on lines +863 to +866
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes me realize that distribution-unknown would be more coherent. Let me get back to you once that's done.


- `toolchain`: takes `system` value in distributions with the system Ada
compiler first in PATH (GNAT FSF in Debian/Ubuntu), `user` otherwise (GNAT
Expand Down