Browse Source

AMBARI-5823 - Views: Centos 5 build is failing (Roman Rader via tbeerbower)

tbeerbower 11 năm trước cách đây
mục cha
commit
30fc629c85
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      contrib/views/files/pom.xml
  2. 1 1
      contrib/views/pig/pom.xml

+ 1 - 1
contrib/views/files/pom.xml

@@ -155,7 +155,7 @@
                 <!-- optional: The default argument is actually "install", so unless
                  you need to run some other npm command, you can remove this whole <configuration>
                  section. -->
-                <arguments>install --unsafe-perm --registry=http://registry.npmjs.eu</arguments>
+              <arguments>install --python=python2.6 --unsafe-perm --registry=http://registry.npmjs.eu</arguments>
             </configuration>
             </execution>
         </executions>

+ 1 - 1
contrib/views/pig/pom.xml

@@ -147,7 +147,7 @@
               <goal>npm</goal>
             </goals>
             <configuration>
-              <arguments>install --unsafe-perm</arguments>
+              <arguments>install --python=python2.6 --unsafe-perm</arguments>
             </configuration>
           </execution>
         </executions>