Sfoglia il codice sorgente

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

tbeerbower 11 anni fa
parent
commit
271626d23c
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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>