You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/08/11 06:05:22 UTC

[camel-quarkus] 04/05: Temporarily disable quarkiverse-google-cloud extensions native builds #2979

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 89cf25e1507a69f385be017d7172d591b87ad8f7
Author: James Netherton <ja...@gmail.com>
AuthorDate: Tue Aug 3 15:38:11 2021 +0100

    Temporarily disable quarkiverse-google-cloud extensions native builds #2979
---
 integration-tests/google-bigquery/pom.xml | 2 ++
 integration-tests/google-pubsub/pom.xml   | 2 ++
 integration-tests/google-storage/pom.xml  | 3 ++-
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/integration-tests/google-bigquery/pom.xml b/integration-tests/google-bigquery/pom.xml
index db24375..21f3a48 100644
--- a/integration-tests/google-bigquery/pom.xml
+++ b/integration-tests/google-bigquery/pom.xml
@@ -75,6 +75,7 @@
         </dependency>
     </dependencies>
 
+    <!-- TODO: Reinstate the native build - https://github.com/apache/camel-quarkus/issues/2979
     <profiles>
         <profile>
             <id>native</id>
@@ -104,5 +105,6 @@
             </build>
         </profile>
     </profiles>
+    -->
 
 </project>
diff --git a/integration-tests/google-pubsub/pom.xml b/integration-tests/google-pubsub/pom.xml
index af7b3bc..4c65813 100644
--- a/integration-tests/google-pubsub/pom.xml
+++ b/integration-tests/google-pubsub/pom.xml
@@ -72,6 +72,7 @@
         </dependency>
     </dependencies>
 
+    <!-- TODO: Reinstate the native build - https://github.com/apache/camel-quarkus/issues/2979
     <profiles>
         <profile>
             <id>native</id>
@@ -101,5 +102,6 @@
             </build>
         </profile>
     </profiles>
+    -->
 
 </project>
diff --git a/integration-tests/google-storage/pom.xml b/integration-tests/google-storage/pom.xml
index 93eb9d2..82b04ed 100644
--- a/integration-tests/google-storage/pom.xml
+++ b/integration-tests/google-storage/pom.xml
@@ -110,6 +110,7 @@
         </dependency>
     </dependencies>
 
+    <!-- TODO: Reinstate the native build - https://github.com/apache/camel-quarkus/issues/2979
     <profiles>
         <profile>
             <id>native</id>
@@ -139,5 +140,5 @@
             </build>
         </profile>
     </profiles>
-
+    -->
 </project>