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

catalog spec: update supported os and distribution values #1594

Merged
merged 5 commits into from
Feb 27, 2024
Merged
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
13 changes: 8 additions & 5 deletions doc/catalog-format-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -877,11 +877,14 @@ available.'case(toolchain)'.user = false

## Parameters

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

- `distribution`: name of the Linux distribution, or `none` if running on a
different OS. Currently supported values are: `debian`, `ubuntu`.
- `os`: name of the OS. Currently supported values are: `freebsd`, `linux`,
`macos`, `windows`, and `os-unknown`.

- `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`, `fedora`,
`homebrew`, `macports`, `msys2`, `rhel`, `suse`, `ubuntu`, and
`distribution-unknown`.

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