https://bugs.kde.org/show_bug.cgi?id=396030
Bug ID: 396030
Summary: Add option to specify compiler on command line to
CraftBootstrap.py
Product: Craft
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Core
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
Adding an option like `--compiler` would avoid the prompt
Select compiler
[0] gcc, [1] clang (Default is gcc):
and facilitate the use on headless CI services (I'm aware that there're other
ways like expect or even easier ones to handle this).
The current output of `./CraftBootstrap.py --help`
usage: CraftSetupHelper [-h] [--root ROOT] [--prefix PREFIX] [--branch
BRANCH]
[--verbose] [--dry-run DRY_RUN] [--no-short-path]
[--version]
optional arguments:
-h, --help show this help message and exit
--root ROOT Deprecated: use prefix instead.
--prefix PREFIX The installation directory.
--branch BRANCH The branch to install
--verbose The verbosity.
--dry-run DRY_RUN Configure the passed CraftSettings.ini and exit.
--no-short-path Skip short path setup
--version show program's version number and exit
doesn't provide information for such an option afaik.
experienced with v1.3-5775-g5c4193223
--
You are receiving this mail because:
You are watching all bug changes.