Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
buildstream
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
BuildStream
buildstream
Commits
219fc2f3
Commit
219fc2f3
authored
6 years ago
by
Raoul Hidalgo Charman
Browse files
Options
Downloads
Patches
Plain Diff
format_project.rst: Update documentation for changes to OptionArch
parent
b0603fb0
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/source/format_project.rst
+19
-6
19 additions, 6 deletions
doc/source/format_project.rst
with
19 additions
and
6 deletions
doc/source/format_project.rst
+
19
−
6
View file @
219fc2f3
...
...
@@ -552,9 +552,22 @@ exported as a comma separated list of selected value strings.
Architecture
~~~~~~~~~~~~
The ``arch`` option type is special enumeration option which
defaults to the result of `uname -m`, and does not support
assigning any default in the project configuration.
The ``arch`` option type is a special enumeration option which defaults via
`uname -m` results to the following list.
* aarch32
* aarch64
* aarch64-BE
* power-isa-be
* power-isa-le
* sparc-v9
* x86-32
* x86-64
The reason for this, opposed to using just `uname -m`, is that we want an
OS-independent list, as well as several results mapping to the same architecture
(e.g. i386, i486 etc. are all x86-32). It does not support assigning any default
in the project configuration.
.. code:: yaml
...
...
@@ -563,10 +576,10 @@ assigning any default in the project configuration.
type: arch
description: The machine architecture
values:
- a
rm
- a
arch32
- aarch64
-
i386
- x86
_
64
-
x86-32
- x86
-
64
Architecture options can be tested with the same expressions
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment