Skip to content

Commit

Permalink
Clarify the meaning of arches & multilib
Browse files Browse the repository at this point in the history
This affects the compose tooling.  While the definition was agreed on
some time ago, the specification hasn't been updated.  Let's fix that.

Signed-off-by: Petr Šabata <[email protected]>
  • Loading branch information
contyk committed Apr 6, 2018
1 parent 2c4048a commit bc51af1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions spec.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,15 +223,15 @@ data:
xxx:
rationale: xxx demonstrates arches and multilib.
# xxx is only available on the listed architectures.
# TODO: This needs a better definition of what the
# architectures here actually mean.
# Includes specific hardware architectures, not families.
# See the data.arch field for details.
# Optional, defaults to all available arches.
arches: [ i686, x86_64 ]
# A list of architectures with multilib
# installs, i.e. both i686 and x86_64
# versions will be installed on x86_64.
# TODO: This needs to be reworked or dropped as it's
# not at all useful in the current state.
# Includes specific hardware architectures, not families.
# See the data.arch field for details.
# Optional, defaults to no multilib.
multilib: [ x86_64 ]
xyz:
Expand Down
8 changes: 4 additions & 4 deletions spec.v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,15 +260,15 @@ data:
xxx:
rationale: xxx demonstrates arches and multilib.
# xxx is only available on the listed architectures.
# TODO: This needs a better definition of what the
# architectures here actually mean.
# Includes specific hardware architectures, not families.
# See the data.arch field for details.
# Optional, defaults to all available arches.
arches: [ i686, x86_64 ]
# A list of architectures with multilib
# installs, i.e. both i686 and x86_64
# versions will be installed on x86_64.
# TODO: This needs to be reworked or dropped as it's
# not at all useful in the current state.
# Includes specific hardware architectures, not families.
# See the data.arch field for details.
# Optional, defaults to no multilib.
multilib: [ x86_64 ]
xyz:
Expand Down

0 comments on commit bc51af1

Please sign in to comment.