Merge lp:~fboucault/qtcreator-plugin-ubuntu/newarch_arm64 into lp:qtcreator-plugin-ubuntu

Proposed by Florian Boucault
Status: Merged
Approved by: Zoltan Balogh
Approved revision: 461
Merged at revision: 464
Proposed branch: lp:~fboucault/qtcreator-plugin-ubuntu/newarch_arm64
Merge into: lp:qtcreator-plugin-ubuntu
Diff against target: 21 lines (+2/-2)
1 file modified
share/qtcreator/ubuntu/scripts/usdk-target-build (+2/-2)
To merge this branch: bzr merge lp:~fboucault/qtcreator-plugin-ubuntu/newarch_arm64
Reviewer Review Type Date Requested Status
Zoltan Balogh Approve
ubuntu-sdk-build-bot continuous-integration Needs Fixing
Review via email: mp+299514@code.launchpad.net

Commit message

LXD image build: added arm64 to the list of supported target architectures

Description of the change

LXD image build: added arm64 to the list of supported target architectures

To post a comment you must log in.
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Zoltan Balogh (bzoltan) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'share/qtcreator/ubuntu/scripts/usdk-target-build'
--- share/qtcreator/ubuntu/scripts/usdk-target-build 2016-07-06 09:18:16 +0000
+++ share/qtcreator/ubuntu/scripts/usdk-target-build 2016-07-08 08:41:44 +0000
@@ -144,7 +144,7 @@
144# list of target architecures supported by host architectures144# list of target architecures supported by host architectures
145compatible_arches = {145compatible_arches = {
146 "i386": ["i386", "armhf"],146 "i386": ["i386", "armhf"],
147 "amd64": ["i386", "amd64", "armhf"],147 "amd64": ["i386", "amd64", "armhf", "arm64"],
148 "armhf": ["armhf"],148 "armhf": ["armhf"],
149}149}
150150
@@ -776,7 +776,7 @@
776776
777777
778def check_valid_arch(value):778def check_valid_arch(value):
779 valid_arch_set = ["i386", "amd64", "armhf"]779 valid_arch_set = ["i386", "amd64", "armhf", "arm64"]
780 if value not in valid_arch_set:780 if value not in valid_arch_set:
781 raise argparse.ArgumentTypeError("%s is not a valid arch type" % value)781 raise argparse.ArgumentTypeError("%s is not a valid arch type" % value)
782 return value782 return value

Subscribers

People subscribed via source and target branches