Make it possible to run bin/print-config.js ihse-runtestprebuilt-branch
authorerikj
Thu, 11 Oct 2018 14:44:23 -0700
branchihse-runtestprebuilt-branch
changeset 56956 a05fd2db5721
parent 56955 b6123001cf8c
child 56960 02bf89d7a9cb
child 56964 ec6411b451d8
Make it possible to run bin/print-config.js
make/conf/jib-profiles.js
--- a/make/conf/jib-profiles.js	Thu Oct 11 09:53:45 2018 -0700
+++ b/make/conf/jib-profiles.js	Thu Oct 11 14:44:23 2018 -0700
@@ -855,7 +855,7 @@
                     : "gcc7.3.0-Fedora27+1.0"),
         linux_arm: (input.profile != null && input.profile.indexOf("hflt") >= 0
                     ? "gcc-linaro-arm-linux-gnueabihf-raspbian-2012.09-20120921_linux+1.0"
-                    : (input.profile.indexOf("arm32") >= 0
+                    : (input.profile != null && input.profile.indexOf("arm32") >= 0
                        ? "gcc7.3.0-Fedora27+1.0"
                        : "arm-linaro-4.7+1.0"
                        )